[update] 联调企标新增编辑和详情的稽查内容
This commit is contained in:
@@ -376,7 +376,7 @@ export default {
|
||||
this.$forceUpdate()
|
||||
this.getForm()
|
||||
},
|
||||
edit (item) {
|
||||
edit (item, callback) {
|
||||
this.loading = true
|
||||
this.getForm(() => {
|
||||
if (!this.getDocumentInfoFunc || typeof this.getDocumentInfoFunc !== 'function') {
|
||||
@@ -390,6 +390,7 @@ export default {
|
||||
const formList = Object.values(this.dataList).reduce((acc, cur) => acc.concat(cur), [])
|
||||
const treeMultipleField = formList.filter(tt => tt.fieldShowType === FieldType.TREE.value)
|
||||
this.formInline = res.result
|
||||
callback && callback(this.formInline)
|
||||
treeMultipleField.forEach(field => {
|
||||
const valueArr = []
|
||||
if (this.formInline[field.dbFieldName]) {
|
||||
|
||||
Reference in New Issue
Block a user