diff --git a/src/views/index.vue b/src/views/index.vue index eafd65a..48c853d 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2274,6 +2274,7 @@ const openHandleObstacleDialog3 = (e) => { // 确定处理 const handleObstacle3 = () => { dotIndex2.value = -1 + console.log(dialog4Form.value) UpdateDealObstacleModel({...dialog4Form.value, files: dialog4Form.value.fileList.map(v => v.url)}).then(e => { dialog4.value = false getObstacleList()