main
suixy 2 days ago
parent 846addf277
commit 5a11fffe3d

@ -2274,6 +2274,7 @@ const openHandleObstacleDialog3 = (e) => {
// //
const handleObstacle3 = () => { const handleObstacle3 = () => {
dotIndex2.value = -1 dotIndex2.value = -1
console.log(dialog4Form.value)
UpdateDealObstacleModel({...dialog4Form.value, files: dialog4Form.value.fileList.map(v => v.url)}).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