gyj 2 anni fa
parent
commit
c348a4c529

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


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

@@ -200,9 +200,9 @@ export default {
200 200
         userId: this.userId
201 201
       }).then(res => {
202 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 Vedi File

@@ -14,13 +14,13 @@
14 14
         <el-form-item label="缴费金额:" prop="feePayable">
15 15
           <el-input v-model="form.feePayable" :disabled="true"/>
16 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 18
           <div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.caseAttachList" :key="index"
19 19
             @click="preview(item.annexPath)">
20 20
             {{ item.annexName }}
21 21
           </div>
22 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 24
           <div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.resCaseAttachList" :key="index"
25 25
             @click="preview(item.annexPath)">
26 26
             {{ item.annexName }}