修改bug

prod
wangwei 2 years ago
parent 341ddb4abd
commit 4d9adf0c6e

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

Loading…
Cancel
Save