标签管理

This commit is contained in:
caoyang
2022-02-11 18:14:40 +08:00
parent 3f4fe0c76e
commit 03e17c6c68
7 changed files with 174 additions and 62 deletions
+3 -1
View File
@@ -518,6 +518,7 @@
})
})
}
console.log('dataheae',this.headerText)
},
methods: {
sumber() {
@@ -547,7 +548,8 @@
/** 赋值给当前对应的表单文件 */
this.formInline[this.uploadName] = attIdList.join(',')
this.formInline = { ...this.formInline }
}
},
}
}
</script>