commit
This commit is contained in:
@@ -779,6 +779,7 @@ export default {
|
||||
* @description: 动态表单读取
|
||||
*/
|
||||
getFormFieldList (item) {
|
||||
console.log(item.commentText);
|
||||
this.$nextTick(() => {
|
||||
this.listForm = JSON.parse(JSON.stringify(item))
|
||||
if(item.form === undefined){
|
||||
@@ -791,9 +792,11 @@ export default {
|
||||
this.listForm.jlUserId = item.jlUserId
|
||||
this.listForm.zrUserId = item.zrUserId
|
||||
this.fileInfoList = item.fileName
|
||||
this.commentText = item.commentText
|
||||
} else {
|
||||
this.listForm = item.form
|
||||
this.dataList = item.form.dataList
|
||||
this.commentText = item.commentText
|
||||
this.listForm.dataList = item.form.dataList
|
||||
this.fileInfoList = item.form.fileName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user