修改bug

zhairh
wangwei 3 years ago
parent c144d18085
commit 1b9f793f0e

@ -355,6 +355,7 @@ export default {
})
.catch(() => {
});
this.getBusType()
},
findMethod(query) {
this.fromOptions = [];
@ -424,6 +425,7 @@ export default {
getBusType() {
let query = {
enabled: true,
code:this.formData.invWarehouseCode
};
getLocalJoinByUser(query)
.then((response) => {

@ -61,7 +61,6 @@
</el-form-item>
</el-col>
</el-row>
//
<el-row :gutter="20" style="margin-top: -5px">
<el-col :span="3">
<div class="ao-text">
@ -535,7 +534,6 @@ export default {
},
methods: {
saveOrder(status) {
this.code = "";
this.$refs.multipleTable.setCurrentRow();
this.currentRow = {};

Loading…
Cancel
Save