新增文件

master
lion 3 years ago
parent f0fe67768c
commit 522d1d538e

@ -398,6 +398,8 @@ import AvueMap from 'avue-plugin-map'
this.normalstatus=1 this.normalstatus=1
this.otherstatus=2 this.otherstatus=2
this.mapform = ['','','']; this.mapform = ['','',''];
this.filesList = []
this.dealFilesList = []
} }
this.dialogFormVisible = true; this.dialogFormVisible = true;
}, },

@ -395,6 +395,8 @@
edit(obj) { edit(obj) {
this.form = this.$options.data().form this.form = this.$options.data().form
this.filesList = []
this.mapform = ['','',''];
if (obj) { if (obj) {
var that = this; var that = this;
that.info(obj); that.info(obj);

@ -565,6 +565,7 @@
edit(obj) { edit(obj) {
this.form = this.$options.data().form this.form = this.$options.data().form
this.filesList = []
if (obj) { if (obj) {
this.info(obj) this.info(obj)
} }

Loading…
Cancel
Save