Prechádzať zdrojové kódy

质检工单质检计划处理完之后保存当前页码

hezhanp 7 mesiacov pred
rodič
commit
17ddcd7e3a

+ 1 - 1
src/views/inspectionPlan/index.vue

@@ -422,7 +422,7 @@ export default {
       this.reload();
     },
     reload(where) {
-      this.$refs.tableRef.reload({ page: 1, where });
+      this.$refs.tableRef.reload({ where });
     },
 
     async getTnspectionPlanType() {

+ 1 - 1
src/views/inspectionWork/index.vue

@@ -560,7 +560,7 @@
       search(where) {
         this.$refs.table.reload({
           where: where,
-          page: 1
+          // page: 1
         });
       },
       async openEdit(type, row) {