update 标准化活动

This commit is contained in:
赵霄
2023-11-07 16:10:27 +08:00
parent 394e2ff2b0
commit 2b87e297c9
7 changed files with 70 additions and 28 deletions
+8 -4
View File
@@ -53,10 +53,14 @@ export default {
}
},
watch: {
fileIds (value) {
if (value) {
this.getFileList()
}
fileIds: {
handler (value) {
if (value) {
this.getFileList()
}
},
immediate: true,
deep: true
}
},
data () {