Browse Source

修改测试bug

gyj 2 years ago
parent
commit
c348a4c529

BIN
src/assets/images/profile.jpg View File


+ 3
- 3
src/views/caseManagement/components/mediation.vue View File

200
         userId: this.userId
200
         userId: this.userId
201
       }).then(res => {
201
       }).then(res => {
202
          this.isSecretaryRole = res.data.isSecretaryRole;
202
          this.isSecretaryRole = res.data.isSecretaryRole;
203
-         if(this.recordArrMediate){
204
-          this.isSecretaryRole = false
205
-        }
203
+        //  if(this.recordArrMediate){
204
+        //   this.isSecretaryRole = false
205
+        // }
206
       })
206
       })
207
     },
207
     },
208
     /**上传地址*/
208
     /**上传地址*/

+ 2
- 2
src/views/caseManagement/components/paymentdetailsDialog.vue View File

14
         <el-form-item label="缴费金额:" prop="feePayable">
14
         <el-form-item label="缴费金额:" prop="feePayable">
15
           <el-input v-model="form.feePayable" :disabled="true"/>
15
           <el-input v-model="form.feePayable" :disabled="true"/>
16
         </el-form-item>
16
         </el-form-item>
17
-        <el-form-item label="申请人缴费凭证:" v-if="form.caseAttachList.length > 0">
17
+        <el-form-item label="申请人缴费凭证:" v-if="form.caseAttachList">
18
           <div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.caseAttachList" :key="index"
18
           <div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.caseAttachList" :key="index"
19
             @click="preview(item.annexPath)">
19
             @click="preview(item.annexPath)">
20
             {{ item.annexName }}
20
             {{ item.annexName }}
21
           </div>
21
           </div>
22
         </el-form-item>
22
         </el-form-item>
23
-        <el-form-item label="被申请人缴费凭证:" v-if="form.resCaseAttachList.length > 0">
23
+        <el-form-item label="被申请人缴费凭证:" v-if="form.resCaseAttachList">
24
           <div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.resCaseAttachList" :key="index"
24
           <div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.resCaseAttachList" :key="index"
25
             @click="preview(item.annexPath)">
25
             @click="preview(item.annexPath)">
26
             {{ item.annexName }}
26
             {{ item.annexName }}