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

ywj_dev
wangwei 2 years ago
parent 74df2703b2
commit dc1889e316

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

Loading…
Cancel
Save