修改耗材目录地点的缺失
This commit is contained in:
@@ -496,11 +496,12 @@ function getDeptTree() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 查询地点下拉树结构 */
|
/** 查询地点下拉树结构 */
|
||||||
function getLocationTree() {
|
const getLocationTree = () => {
|
||||||
locationTreeSelect({ formList: '11,16' }).then((response) => {
|
locationTreeSelect({ formList: '11,16,17' }).then((res) => {
|
||||||
console.log(response, 'response查询部门下拉树结构');
|
if (res.data && res.data.records) {
|
||||||
locationOptions.value = response.data.records;
|
locationOptions.value = res.data.records
|
||||||
});
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
// 显示弹框
|
// 显示弹框
|
||||||
function edit() {
|
function edit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user