修改上传文件回显问题

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: { watch: {
propKey(val) { propKey(val) {
this.init(); this.init();
} },
propData(val) {
this.init();
},
}, },
mounted() { mounted() {
this.init(); this.init();
}, },
created: function () {}, created: function () {},
methods: { methods: {
init() { init() {
// 80%16 // 80%16