|
|
|
@ -2242,7 +2242,7 @@ const openHandleObstacleDialog3 = (e) => {
|
|
|
|
// 确定处理
|
|
|
|
// 确定处理
|
|
|
|
const handleObstacle3 = () => {
|
|
|
|
const handleObstacle3 = () => {
|
|
|
|
dotIndex2.value = -1
|
|
|
|
dotIndex2.value = -1
|
|
|
|
UpdateDealObstacleModel(dialog4Form.value).then(e => {
|
|
|
|
UpdateDealObstacleModel({...dialog4Form.value, files: dialog4Form.value.fileList.map(v => v.url)}).then(e => {
|
|
|
|
dialog4.value = false
|
|
|
|
dialog4.value = false
|
|
|
|
getObstacleList()
|
|
|
|
getObstacleList()
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|