'2.20'
This commit is contained in:
@@ -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 = "线下调解";
|
||||
|
||||
Reference in New Issue
Block a user