|
|
@ -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();
|
|
|
|
}
|
|
|
|
}
|
|
|
|