修改 新增用户 选中不到仓库问题

ywj_dev
wangwei 2 years ago
parent 74df2703b2
commit dc1889e316

@ -177,6 +177,7 @@
reserve-keyword reserve-keyword
placeholder="请选择" placeholder="请选择"
:loading="loading" :loading="loading"
@change="change"
> >
<el-option <el-option
v-for="item in fromWarehouseOptions" v-for="item in fromWarehouseOptions"
@ -377,6 +378,9 @@ export default {
this.query.page = 1; this.query.page = 1;
this.getList(); this.getList();
}, },
change(){
this.$forceUpdate();
},
findInv(val) { findInv(val) {
// //
selectInvById(val) selectInvById(val)

Loading…
Cancel
Save