Преглед изворни кода

Merge branch 'gyj' of SH-Arbitrate/Mediation-Frontend into dev

gaogaoyujie пре 2 година
родитељ
комит
0d22fa41e1

+ 3
- 3
src/views/caseManagement/components/addCase.vue Прегледај датотеку

@@ -15,7 +15,7 @@
15 15
             <div class="caseInfo">案件信息:</div>
16 16
           </div>
17 17
           <el-divider></el-divider>
18
-          <el-col :span="24">
18
+          <el-col :span="24"  v-if="buttonFlag">
19 19
             <el-form-item label="压缩包导入">
20 20
               <el-upload class="upload-demo" :action="zipUrl()" :before-remove="beforeRemoveZip" multiple accept='.zip'
21 21
                 :limit="1" :on-exceed="handleExceedZip" :on-success='successZip' :file-list="fileListZip">
@@ -1172,8 +1172,8 @@ export default {
1172 1172
         this.$set(this.formData.affiliate.applicant[0].applicantAgent, 'phone', this.formZipData.affiliate.applicant[0].applicantAgent.phone);
1173 1173
         this.$set(this.formData.affiliate.applicant[0].applicantAgent, 'name', this.formZipData.affiliate.applicant[0].applicantAgent.name);
1174 1174
         this.$set(this.formData.affiliate.applicant[0].applicantAgent, 'email', this.formZipData.affiliate.applicant[0].applicantAgent.email);
1175
-        this.$set(this.formData.affiliate.applicant[0].applicant, 'sex', this.formZipData.affiliate.applicant[0].applicant.sex);
1176
-        this.$set(this.formData.affiliate.applicant[0].applicant, 'birth', this.formZipData.affiliate.applicant[0].applicant.birth);
1175
+        this.$set(this.formData.affiliate.applicant[0].applicant, "sex", this.getUserInfoList.sex);
1176
+        this.$set(this.formData.affiliate.applicant[0].applicant, "birth", this.getUserInfoList.birth);
1177 1177
       } else if (this.formData.affiliate.applicant[0].applicant.organizeFlag == 1) {
1178 1178
         this.$set(this.formData, 'arbitratClaims', this.formZipData.arbitratClaims);
1179 1179
         this.$set(this.formData, 'facts', this.formZipData.facts);

+ 1
- 1
src/views/caseManagement/components/confirmMediator.vue Прегледај датотеку

@@ -92,7 +92,7 @@ export default {
92 92
             if (val) {
93 93
                 this.mediatorArr = [];
94 94
                 this.selectReservationFn({ id: this.confirmData.id })
95
-                listMediator().then(res => {
95
+                listMediator({caseAppliId:this.confirmData.id}).then(res => {
96 96
                     this.tableData = res.data;
97 97
                 })
98 98
             }

+ 1
- 1
src/views/caseManagement/components/departmentMediator.vue Прегледај датотеку

@@ -92,7 +92,7 @@ export default {
92 92
             if (val) {
93 93
                 this.mediatorArr = [];
94 94
                 this.selectReservationFn({ id: this.departmentData.id })
95
-                listMediator().then(res => {
95
+                listMediator({caseAppliId:this.departmentData.id}).then(res => {
96 96
                     this.tableData = res.data;
97 97
                 })
98 98
             }

+ 3
- 4
src/views/login.vue Прегледај датотеку

@@ -81,10 +81,9 @@
81 81
             <span v-else>登 录 中...</span>
82 82
           </el-button>
83 83
           <div style="float: right" v-if="register">
84
-            <!-- <router-link class="link-type" :to="'/register'">立即注册</router-link> -->
85
-            <el-button type="text" @click="registrationLink('/register')"
86
-              >立即注册</el-button
87
-            >
84
+            <router-link class="link-type" :to="'/register'">立即注册</router-link>
85
+            <!-- <el-button type="text" @click="registrationLink('/register')"
86
+              >立即注册</el-button> -->
88 87
           </div>
89 88
           <div class="registerImg" v-if="closeImgs">
90 89
             <div class="closeImg" @click="closeImg">

+ 2
- 2
vue.config.js Прегледај датотеку

@@ -12,10 +12,10 @@ const name = process.env.VUE_APP_TITLE || '调解系统' // 网页标题
12 12
 const port = process.env.port || process.env.npm_config_port || 80 // 端口
13 13
 
14 14
 // const API = 'http://121.40.189.20:7001'  //生产
15
-// const API = 'http://121.40.189.20:6001'  //测试
15
+const API = 'http://121.40.189.20:6001'  //测试
16 16
 // const API = 'http://192.168.3.18:6001'  //B
17 17
 // const API = 'http://172.16.0.237:6001' //Q
18
-const API = 'http://172.16.1.26:6001' //w
18
+// const API = 'http://172.16.1.26:6001' //w
19 19
 
20 20
 // vue.config.js 配置说明 
21 21
 //官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions