|
|
@@ -71,6 +71,7 @@ export default {
|
|
71
|
71
|
this.filedata.id = this.uploadData.id;
|
|
72
|
72
|
this.filedata.sealName = this.ruleForm.sealName;
|
|
73
|
73
|
this.$refs.upload.submit();
|
|
|
74
|
+
|
|
74
|
75
|
}
|
|
75
|
76
|
});
|
|
76
|
77
|
},
|
|
|
@@ -86,8 +87,13 @@ export default {
|
|
86
|
87
|
},
|
|
87
|
88
|
handleSuccess(response) {
|
|
88
|
89
|
if (response.code == 200) {
|
|
|
90
|
+<<<<<<< HEAD
|
|
89
|
91
|
this.$message.success('上传成功');
|
|
90
|
92
|
this.cancel()
|
|
|
93
|
+=======
|
|
|
94
|
+ this.$message.success('上传成功')
|
|
|
95
|
+ this.$emit("cancelUpload");
|
|
|
96
|
+>>>>>>> bc4691123ec628dfcb0e8da135f81da669366537
|
|
91
|
97
|
} else {
|
|
92
|
98
|
this.$message.error(response.msg);
|
|
93
|
99
|
}
|