main
suixy 5 days ago
parent 36c04ed366
commit 2bb88b7043

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

Loading…
Cancel
Save