Merge remote-tracking branch 'origin/master'

prod
郑明梁 2 years ago
commit 45c43ce0ea

@ -441,7 +441,7 @@ import {
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.query.page = val; this.query.page = val.page;
this.getList(); this.getList();
}, },
getBasicThirdSys() { getBasicThirdSys() {

@ -637,6 +637,7 @@ export default {
}, },
onUserSubmit() { onUserSubmit() {
this.userQuery.deptId = this.currentRow.id; this.userQuery.deptId = this.currentRow.id;
this.userQuery.page=1;
this.getUerList(); this.getUerList();
}, },
getUerList() { getUerList() {

@ -150,6 +150,7 @@ export default {
}, },
cancelDialog() { cancelDialog() {
this.modifyDialogVisible = false; this.modifyDialogVisible = false;
this.getList();
}, },
search() { search() {
this.filterQuery.page = 1; this.filterQuery.page = 1;

@ -54,7 +54,7 @@
<el-col :span="11"> <el-col :span="11">
<el-form-item label="目标往来仓库" prop="defaultInvCode"> <el-form-item label="目标往来仓库" prop="defaultInvCode">
<el-select v-model="inputQuery.defaultInvCode" placeholder="目标往来仓库" clearable size="small" <el-select v-model="inputQuery.defaultInvName" placeholder="目标往来仓库" clearable size="small"
@change="invChange" @change="invChange"
style="width: 90%"> style="width: 90%">
<el-option <el-option

Loading…
Cancel
Save