Browse Source

bug修改

wangfei 6 years ago
parent
commit
bf60bdee07

+ 3
- 2
src/pages/system/verificationManager/phoneVerification/verificationList/index.vue View File

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