yuantianjiao 6 лет назад
Родитель
Сommit
105d14e527

+ 10
- 1
src/pages/system/cardAndCouponManager/cardManager/index.vue Просмотреть файл

@@ -340,6 +340,15 @@ export default {
340 340
           if (this.customers.list.length) {
341 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 352
           this.getList()
344 353
         })
345 354
       } else {
@@ -430,7 +439,7 @@ export default {
430 439
     }
431 440
   }
432 441
 }
433
-.copyBtn{
442
+.copyBtn {
434 443
   line-height: 29px;
435 444
   border-radius: 3px;
436 445
   color: #fff;

+ 9
- 0
src/pages/system/cardAndCouponManager/couponManager/index.vue Просмотреть файл

@@ -365,6 +365,15 @@ export default {
365 365
           message: '赠送成功!'
366 366
         })
367 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 377
         this.getList()
369 378
       })
370 379
     },