feature: 标准跟踪清单

This commit is contained in:
zyn
2024-01-30 13:38:54 +08:00
parent 0fff368258
commit ebe7df84d5
4 changed files with 145 additions and 16 deletions
@@ -123,6 +123,11 @@ export default {
FileList: [], // 用于回显
}
},
watch: {
ids (val) {
this.initFileList()
},
},
created () {
this.initFileList()
},
@@ -143,6 +148,9 @@ export default {
}
this.fileList = fileList
this.FileList = fileList
} else {
this.fileList = []
this.FileList = []
}
},
beforeUpload (file) {