pages/task/map-task.vue
@@ -238,7 +238,7 @@ }) }, clickDelSetTask(item) { showModal("确认删除任务设置", "警告").then((res) => { showModal("确认删除任务设置", "警告",true,"确定","取消").then((res) => { if (res) { const list = this.setList const index = list.findIndex((a) => {