修改bug

prod
wangwei 2 years ago
parent 775b2e486e
commit 224b6320bc

@ -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.defaultInvName" placeholder="目标往来仓库" clearable size="small" <el-select v-model="inputQuery.defaultInvCode" placeholder="目标往来仓库" clearable size="small"
@change="invChange" @change="invChange"
style="width: 90%"> style="width: 90%">
<el-option <el-option
@ -230,6 +230,7 @@ export default {
} }
this.getOriginBusType(); this.getOriginBusType();
this.getLocInv(); this.getLocInv();
} }
} }
</script> </script>

Loading…
Cancel
Save