bug修改

prod
anthonywj 2 years ago
parent 3278ddf2a8
commit 7aab3de7d3

@ -4,7 +4,7 @@ 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://116.204.116.198: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/'

@ -311,6 +311,8 @@ export default {
rowChange(val) {
this.currentRow = val;
if (this.currentRow.batchNo == '')
this.currentRow.batchNo = null;
this.selectedIndex = val.index;
},

Loading…
Cancel
Save