修改bug

prod
wangwei 2 years ago
parent e3eb36f18a
commit 5fc6189140

@ -4,7 +4,8 @@ VUE_APP_TITLE = UDI管理系统
# 生产环境配置
ENV = 'production'
# VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/'
VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/'
# VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/'
VUE_APP_BASE_API = 'http://192.168.0.55:9150/UDI_WMS_MC/'
# 应用访问路径 例如使用前缀 /admin/
VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/'

@ -106,11 +106,12 @@ export default {
},
onAddSubmit() {
debugger
let postRequesty = {
invCode: this.inputQuery.code,
selectActions: [],
};
postRequesty.selectActions = this.value;
postRequesty.selectActions =JSON.parse(sessionStorage.getItem('userObj'));
updateInvRelBusType(postRequesty).then((res) => {
if (res.code == 20000) {
this.closeDialog();
@ -126,6 +127,7 @@ export default {
transferChange(value, direction, keyArr) {
sessionStorage.setItem('userObj', JSON.stringify(keyArr))
console.log(value);
console.log(direction);
console.log(keyArr);

Loading…
Cancel
Save