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