This commit is contained in:
hhl123456789
2024-02-21 11:29:00 +08:00
parent ca392d6f25
commit 59ea6f513f
9 changed files with 103 additions and 38 deletions
@@ -130,7 +130,7 @@ export default {
data() {
return {
loanStartDate: "",
title: "开庭调解",
title: "线上调解",
applicateArr: [],
quiltArr: [],
recordArr: [],
@@ -159,7 +159,7 @@ export default {
mediationVisable(val) {
this.recordArr = [];
if (this.mediationData.mediationMethod == "1") {
this.title = "开庭调解";
this.title = "线上调解";
this.mediationType = true;
} else if (this.mediationData.mediationMethod == "2") {
this.title = "线下调解";