소스 검색

Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev

hhlxayunmei 2 년 전
부모
커밋
92123313c4
3개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 3
    3
      src/views/caseManagement/caseList.vue
  2. 3
    3
      src/views/caseManagement/components/choosetrialmethodDaiog.vue
  3. 2
    2
      vue.config.js

+ 3
- 3
src/views/caseManagement/caseList.vue 파일 보기

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

+ 3
- 3
src/views/caseManagement/components/choosetrialmethodDaiog.vue 파일 보기

34
   props: ["showchoosetrialmethod", "choosetrialmethodata", "queryParams"],
34
   props: ["showchoosetrialmethod", "choosetrialmethodata", "queryParams"],
35
   data() {
35
   data() {
36
     return {
36
     return {
37
-      radio: 2,
37
+      radio: 1,
38
     };
38
     };
39
   },
39
   },
40
   methods: {
40
   methods: {
41
-    // 提交开庭方式 arbitrateMethod
41
+    // 审核仲裁方式 arbitrateMethod
42
     submitForm() {
42
     submitForm() {
43
       let paramsdata = {
43
       let paramsdata = {
44
-        arbitratMethod: this.radio,
44
+        opinion: this.radio,
45
       };
45
       };
46
       let id = {
46
       let id = {
47
         id: this.choosetrialmethodata.id,
47
         id: this.choosetrialmethodata.id,

+ 2
- 2
vue.config.js 파일 보기

11
 
11
 
12
 const port = process.env.port || process.env.npm_config_port || 80 // 端口
12
 const port = process.env.port || process.env.npm_config_port || 80 // 端口
13
 
13
 
14
-// const API = 'http://121.40.189.20:9001'  //测试
15
-const API = 'http://192.168.3.77:8080' //Q
14
+const API = 'http://121.40.189.20:9001'  //测试
15
+// const API = 'http://192.168.3.77:8080' //Q
16
 
16
 
17
 // vue.config.js 配置说明
17
 // vue.config.js 配置说明
18
 //官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
18
 //官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions