|
|
@@ -313,7 +313,7 @@
|
|
313
|
313
|
@cancelcourtReview="cancelcourtReview"
|
|
314
|
314
|
@getcaseApply="getcaseApply"
|
|
315
|
315
|
></courtReviewDialog>
|
|
316
|
|
- <!-- 选择开庭方式 -->
|
|
|
316
|
+ <!-- 审核仲裁方式 -->
|
|
317
|
317
|
<choosetrialmethodDaiog
|
|
318
|
318
|
:showchoosetrialmethod="showchoosetrialmethod"
|
|
319
|
319
|
:choosetrialmethodata="choosetrialmethodata"
|
|
|
@@ -583,11 +583,11 @@ export default {
|
|
583
|
583
|
},
|
|
584
|
584
|
// 选择开庭方式改为审核仲裁方式
|
|
585
|
585
|
choosetrialmethodRow(row) {
|
|
586
|
|
- // console.log(row, "选择开庭方式");
|
|
|
586
|
+ // console.log(row, "审核仲裁方式");
|
|
587
|
587
|
this.choosetrialmethodata = row;
|
|
588
|
588
|
this.showchoosetrialmethod = true;
|
|
589
|
589
|
},
|
|
590
|
|
- // 关闭选择开庭方式
|
|
|
590
|
+ // 关闭审核仲裁方式
|
|
591
|
591
|
cancelshowchoosetrialMethod() {
|
|
592
|
592
|
this.showchoosetrialmethod = false;
|
|
593
|
593
|
},
|