修改案件传多个附件,公章上传完自动消失
This commit is contained in:
@@ -849,6 +849,6 @@ export default {
|
||||
<style>
|
||||
/* // #formContainer {} */
|
||||
.el-table .pendingTrial {
|
||||
background:oldlace;
|
||||
background:rgb(148, 224, 25);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -762,6 +762,7 @@ export default {
|
||||
watch: {
|
||||
initpaymentArr: {
|
||||
handler(val) {
|
||||
this.caseAttachListArr = []
|
||||
if (val) {
|
||||
this.applicateArr = [];
|
||||
this.quiltArr = [];
|
||||
|
||||
@@ -70,6 +70,7 @@ export default {
|
||||
this.filedata.id = this.uploadData.id;
|
||||
this.filedata.sealName = this.ruleForm.sealName;
|
||||
this.$refs.upload.submit();
|
||||
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -86,6 +87,7 @@ export default {
|
||||
handleSuccess(response) {
|
||||
if (response.code == 200) {
|
||||
this.$message.success('上传成功')
|
||||
this.$emit("cancelUpload");
|
||||
} else {
|
||||
this.$message.error(response.msg);
|
||||
}
|
||||
|
||||
@@ -183,6 +183,9 @@ export default {
|
||||
this.uploadVisable = true;
|
||||
this.uploadData = row;
|
||||
},
|
||||
closeUploadSeal(){
|
||||
this.uploadVisable = false
|
||||
},
|
||||
cancelFilingreview() {
|
||||
this.operateVisable = false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user