Răsfoiți Sursa

前后:不良行为查询loading,分页

dubch 5 ani în urmă
părinte
comite
d142d1c156

+ 3 - 6
src/dashoo.cn/frontend_web/src/pages/select/badrecordselect/index.vue

@@ -1409,7 +1409,6 @@ export default {
 
     serachGoodsCertByCompany (event) {
       this.goodsLoading = true
-      console.log(event, this.currentGoodsPage, 'this.currentGoodsPage')
       if (event != null) {
         this.currentGoodsPage = 1
       }
@@ -1592,6 +1591,9 @@ export default {
       this.addshow = true
     },
     edit (row) {
+      this.currentGoodsPage = 1
+      this.currentBasisPage = 1
+      this.currentTCPage = 1
       this.addShowTitle = '查看不良行为'
       this.isChooseDisable = true
       this.entityForm.CompanyCode = row.Companycode
@@ -1623,11 +1625,6 @@ export default {
       //   this.basisSize = 10
       //   this.tcSize = 10
 
-      this.currentGoodsPage = 1
-      console.log(this.currentGoodsPage, 'currentGoodsPage')
-      this.currentBasisPage = 1
-      this.currentTCPage = 1
-
       //   this.currentGoodsItemCount = 0
       //   this.currentBasisItemCount = 0
       //   this.currentTCItemCount = 0