地图编辑移动最大最小值校验
This commit is contained in:
parent
7e035512fe
commit
9af2e7382c
@ -1444,9 +1444,9 @@ const pasteNode = () => {
|
||||
}
|
||||
//移动工具表单提交
|
||||
const moveFormSubmit = async () => {
|
||||
// state.allMapPointInfo[state.currentItemIndex].locationX = Number(state.moveForm.locationX)
|
||||
// state.allMapPointInfo[state.currentItemIndex].locationY = Number(state.moveForm.locationY)
|
||||
// addEditHistory()
|
||||
state.allMapPointInfo[state.currentItemIndex].locationX = Number(state.moveForm.locationX)
|
||||
state.allMapPointInfo[state.currentItemIndex].locationY = Number(state.moveForm.locationY)
|
||||
addEditHistory()
|
||||
}
|
||||
//旋转工具表单提交
|
||||
const rotationFormSubmit = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user