1.2.5场景管理/监控单元管理

dev
zhouhy 1 year ago
parent 89c213cede
commit ec65589f68

@ -422,7 +422,7 @@ export default {
} else { } else {
return this.rules2 return this.rules2
} }
}; },
}, },
created() { created() {
this.getList(); this.getList();
@ -502,7 +502,7 @@ export default {
this.uploadList = []; this.uploadList = [];
this.number = 0; this.number = 0;
this.$emit("input", this.listToString(this.fileList)); this.$emit("input", this.listToString(this.fileList));
this.form.monitorPic = this.fileList[0].url; this.form.monitorPic = this.fileList[0].url;
this.$modal.closeLoading(); this.$modal.closeLoading();
} }

Loading…
Cancel
Save