修改上传文件回显问题
parent
d947dfbd0c
commit
683c8a48f8
|
|
@ -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份
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue