fix: 仓库管理-仓库货架管理-编辑下拉框报错
This commit is contained in:
parent
264bd77a41
commit
0d457afa9d
|
|
@ -269,6 +269,9 @@ export default {
|
|||
this.open = true;
|
||||
this.title = "修改";
|
||||
});
|
||||
listHouse().then(response => {
|
||||
this.deptOptions = this.handleTree(response.data, "houseId");
|
||||
});
|
||||
// listDeptExcludeChild(row.houseId).then(response => {
|
||||
// this.deptOptions = this.handleTree(response.data, "houseId");
|
||||
// });
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ module.exports = {
|
|||
// target: `https://z.csgmall.com.cn`,
|
||||
|
||||
// target: `http://10.40.92.8:8080`, //超
|
||||
target: `http://10.40.92.81:8080`, //韩
|
||||
// target: `http://10.40.92.209:8080`,//川/
|
||||
// target: `http://10.40.92.81:8080`, //韩
|
||||
target: `http://10.40.92.74:8080`,//旭/
|
||||
// target: `http://10.40.92.153:8080`, //帅
|
||||
// target: `http://10.40.92.14:8080`, //福
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue