소스 검색

bug修改

wangfei 6 년 전
부모
커밋
bf60bdee07
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      src/pages/system/verificationManager/phoneVerification/verificationList/index.vue

+ 3
- 2
src/pages/system/verificationManager/phoneVerification/verificationList/index.vue 파일 보기

@@ -173,6 +173,7 @@ export default {
173 173
         page: 1,
174 174
         pagesize: 10
175 175
       },
176
+      currentItem: {},
176 177
     }
177 178
   },
178 179
   mounted () {
@@ -242,7 +243,7 @@ export default {
242 243
       this.dialogVisible = false
243 244
       this.getKeyList({
244 245
         ...this.postData,
245
-        caseid: this.CaseId,
246
+        caseid: this.currentItem.CaseId,
246 247
       }).then((res) => {
247 248
         // console.log(JSON.stringify(res))
248 249
         this.dialogTotal = res.pagenum
@@ -291,7 +292,7 @@ export default {
291 292
       this.postData.page = val
292 293
       this.getKeyList({
293 294
         ...this.postData,
294
-        caseid: this.CaseId,
295
+        caseid: this.currentItem.CaseId,
295 296
       }).then((res) => {
296 297
         // console.log(JSON.stringify(res))
297 298
         this.dialogTotal = res.pagenum