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