@ -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)