update 标准化活动
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user