Преглед на файлове

选择弹窗-查询后自动回到第一页

jingbb преди 8 месеца
родител
ревизия
523fb0c530

+ 1 - 0
src/views/production/Popup/ClassNamePopup.vue

@@ -162,6 +162,7 @@
               this.selectedRows = selectionRows;
             },
             searchQuery(){
+                this.queryParam.pageNo = 1
                 this.getData(this.queryParam.Org)
             },
             searchReset(){

+ 1 - 0
src/views/production/Popup/OperatorsPopup.vue

@@ -161,6 +161,7 @@
                 this.getData(this.queryParam.Org,this.queryParam.DeptId)
             },
             searchQuery(){
+                this.queryParam.pageNo = 1
                 this.getData(this.queryParam.Org,this.queryParam.DeptId)
             },
             searchReset(){

+ 1 - 0
src/views/production/Popup/deparmentPopup.vue

@@ -149,6 +149,7 @@
                 })
             },
             searchQuery(){
+                this.queryParam.pageNo = 1
                 this.getData(this.queryParam.Org)
             },
             searchReset(){

+ 1 - 0
src/views/production/Popup/inventoryPopup.vue

@@ -203,6 +203,7 @@
                 })
             },
             searchQuery(){
+                this.queryParam.pageNo = 1
                 this.getData(this.queryParam.Org,this.ExecutionStatus)
             },
             searchReset(){

+ 1 - 0
src/views/production/Popup/projectPopup.vue

@@ -163,6 +163,7 @@
               this.selectedRows = selectionRows;
             },
             searchQuery(){
+                this.queryParam.pageNo = 1
                 this.getData(this.queryParam.Org)
             },
             searchReset(){

+ 1 - 0
src/views/production/Popup/unitPopup.vue

@@ -160,6 +160,7 @@
                 })
             },
             searchQuery(){
+                this.queryParam.pageNo = 1
                 this.getData(this.queryParam.Org)
             },
             searchReset(){