Merge branch 'gyj' into dev

This commit is contained in:
gyj
2023-11-29 22:13:05 +08:00
4 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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;
},