@ -278,6 +278,9 @@ export default {
item.invSpaceName = null;
});
this.getSpaceList();
this.$nextTick(() => {
this.$refs.spaceInputRef.focus();
},
querySearchAsync(queryString, cb) {
let restaurants = this.spaceList;
@ -260,6 +260,9 @@ export default {
//查询当前货位
@ -239,6 +239,9 @@ export default {