This commit is contained in:
yyy 2025-07-19 14:50:54 +08:00
parent 6035ddfae1
commit 57dcdab406
2 changed files with 3 additions and 6 deletions

View File

@ -3367,11 +3367,8 @@ const BatchEditNodePropertiesSucceeded = (data) => {
})
}
})
console.log(state.allMapPointInfo)
// message.success('')
// addEditHistory()
message.success('修改成功')
addEditHistory()
}
//线

View File

@ -815,7 +815,7 @@ const getLocationList = async (type, locationNo) => {
const takeRemoteMethod = async (query, item) => {
if (query) {
if (item.takeType == 4) {
item.takeList = await DeviceApi.getWareHouseTakePointList({ pointType: 1 })
item.takeList = await getLocationList(5, query) //5:
} else {
item.takeList = await getLocationList(item.takeType, query)
}