main
suixy 1 week ago
parent 36c04ed366
commit 2bb88b7043

@ -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()
}) })

Loading…
Cancel
Save