长泰选择物资类别修改

test
anthonywj 1 year ago
parent 21ff6b97db
commit bef7eba8a1

@ -7,7 +7,7 @@ ENV = 'production'
#林纪裕 #林纪裕
# VUE_APP_BASE_API = 'http://www.linjiyu.lol:82/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://www.linjiyu.lol:82/UDI_SPMS_SERVER/'
# VUE_APP_BASE_API = 'http://www.linjiyu.lol:84/UDI_SPMS_SERVER/' VUE_APP_BASE_API = 'http://www.linjiyu.lol:84/UDI_SPMS_SERVER/'
# VUE_APP_BASE_API = 'http://127.0.0.1:9150/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://127.0.0.1:9150/UDI_SPMS_SERVER/'
@ -31,17 +31,17 @@ ENV = 'production'
# VUE_APP_BASE_API = 'http://121.36.152.129:9150/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://121.36.152.129:9150/UDI_SPMS_SERVER/'
# 长泰医院 # 长泰医院
VUE_APP_BASE_API = 'http://139.159.247.26:9150/UDI_SPMS_SERVER/' # VUE_APP_BASE_API = 'http://139.159.247.26:9150/UDI_SPMS_SERVER/'
# 应用访问路径 例如使用前缀 /admin/ # 应用访问路径 例如使用前缀 /admin/
# 域名 # 域名
VUE_APP_CONTEXT_PATH = '/' # VUE_APP_CONTEXT_PATH = '/'
# 其他 # 其他
# VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/' VUE_APP_CONTEXT_PATH = '/UDI_SPMS_CLIENT/'
# 监控地址 # 监控地址
VUE_APP_MONITRO_ADMIN = '/admin/login' VUE_APP_MONITRO_ADMIN = '/admin/login'

@ -1016,7 +1016,10 @@ export default {
created() { created() {
this.selectSysParam(); this.selectSysParam();
this.findBasicProductSet(); this.findBasicProductSet();
this.findHsflMethod(this.repEditQuery.basicPrductRemak8);
// }
// if (this.editQuery.basicPrductRemak7 != null) {
this.findThrTypeMethod(this.repEditQuery.basicPrductRemak7);
}, },
}; };
</script> </script>

@ -492,12 +492,12 @@ export default {
limit: 10, limit: 10,
}; };
this.getDetailList(ttquery); this.getDetailList(ttquery);
if (this.editQuery.basicPrductRemak8 != null) { // if (this.editQuery.basicPrductRemak8 != null) {
this.findHsflMethod(this.editQuery.basicPrductRemak8); this.findHsflMethod(this.editQuery.basicPrductRemak8);
} // }
if (this.editQuery.basicPrductRemak7 != null) { // if (this.editQuery.basicPrductRemak7 != null) {
this.findThrTypeMethod(this.editQuery.basicPrductRemak7); this.findThrTypeMethod(this.editQuery.basicPrductRemak7);
} // }
}, },
} }

Loading…
Cancel
Save