修改上传文件回显问题
parent
d947dfbd0c
commit
683c8a48f8
|
|
@ -135,13 +135,15 @@
|
|||
watch: {
|
||||
propKey(val) {
|
||||
this.init();
|
||||
}
|
||||
},
|
||||
propData(val) {
|
||||
this.init();
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.init();
|
||||
},
|
||||
created: function () {},
|
||||
|
||||
methods: {
|
||||
init() {
|
||||
// 将80%的宽度分成16份
|
||||
|
|
|
|||
Loading…
Reference in New Issue