修改bug

prod
wangwei 2 years ago
parent 341ddb4abd
commit 4d9adf0c6e

@ -263,7 +263,7 @@
:total="subTotal"
:page.sync="thirdSubQuery.page"
:limit.sync="thirdSubQuery.limit"
@pagination="getList"
@pagination="intentSubSelect"
/>
<div slot="footer" class="dialog-footer">
@ -327,7 +327,7 @@
<script>
import {
filterSubAll, saveSubWarehouse, deleteSubWarehouse,
getSubThrsysDetail, bindThrSubWarehouse, unbindSubThrWarehouse
getSubThrsysDetail, bindThrSubWarehouse, unbindSubThrWarehouse,
} from "@/api/system/invSubWarehouse";
import {getHospitalUserList, selectNotSelectUser} from "@/api/auth/authUser";
import {getJoinBussinessType} from "@/api/basic/bussinessType";
@ -417,13 +417,13 @@ export default {
name: "",
status: "",
};
this.busQuery.page = 1;
this.getList();
},
onSubmit() { //
this.getList();
},
getList() { //
this.loading = true;
filterSubAll(this.query)

Loading…
Cancel
Save