yuantianjiao 6 years ago
parent
commit
105d14e527

+ 10
- 1
src/pages/system/cardAndCouponManager/cardManager/index.vue View File

340
           if (this.customers.list.length) {
340
           if (this.customers.list.length) {
341
             this.customers.list = []
341
             this.customers.list = []
342
           }
342
           }
343
+          this.dialogPostData = {
344
+            username: '',
345
+            phone: '',
346
+            recommendname: '',
347
+            begindate: '',
348
+            enddate: '',
349
+            page: 1, // 当前页码
350
+            pagesize: 6, // 请求数据量
351
+          }
343
           this.getList()
352
           this.getList()
344
         })
353
         })
345
       } else {
354
       } else {
430
     }
439
     }
431
   }
440
   }
432
 }
441
 }
433
-.copyBtn{
442
+.copyBtn {
434
   line-height: 29px;
443
   line-height: 29px;
435
   border-radius: 3px;
444
   border-radius: 3px;
436
   color: #fff;
445
   color: #fff;

+ 9
- 0
src/pages/system/cardAndCouponManager/couponManager/index.vue View File

365
           message: '赠送成功!'
365
           message: '赠送成功!'
366
         })
366
         })
367
         this.centerDialogVisible = false
367
         this.centerDialogVisible = false
368
+        this.dialogPostData = {
369
+          username: '',
370
+          phone: '',
371
+          recommendname: '',
372
+          begindate: '',
373
+          enddate: '',
374
+          page: 1, // 当前页码
375
+          pagesize: 6, // 请求数据量
376
+        }
368
         this.getList()
377
         this.getList()
369
       })
378
       })
370
     },
379
     },