修改上传文件回显问题

master
于肖磊 2025-10-23 10:27:32 +08:00
parent d947dfbd0c
commit 683c8a48f8
1 changed files with 4 additions and 2 deletions

View File

@ -135,13 +135,15 @@
watch: {
propKey(val) {
this.init();
}
},
propData(val) {
this.init();
},
},
mounted() {
this.init();
},
created: function () {},
methods: {
init() {
// 80%16