1129测试
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 = [];
|
||||
|
||||
@@ -71,6 +71,7 @@ export default {
|
||||
this.filedata.id = this.uploadData.id;
|
||||
this.filedata.sealName = this.ruleForm.sealName;
|
||||
this.$refs.upload.submit();
|
||||
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -86,8 +87,13 @@ export default {
|
||||
},
|
||||
handleSuccess(response) {
|
||||
if (response.code == 200) {
|
||||
<<<<<<< HEAD
|
||||
this.$message.success('上传成功');
|
||||
this.cancel()
|
||||
=======
|
||||
this.$message.success('上传成功')
|
||||
this.$emit("cancelUpload");
|
||||
>>>>>>> bc4691123ec628dfcb0e8da135f81da669366537
|
||||
} 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