[update] 联调企标新增编辑和详情的稽查内容

This commit is contained in:
lideqin
2023-09-26 10:14:31 +08:00
parent 0a84ffb3e4
commit 7821fde0a9
4 changed files with 19 additions and 13 deletions
+2 -1
View File
@@ -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]) {