cuiqian2004
2025-09-12 d87c256a957a6a5c3b40eaf9c52ec68f2fc22c97
pages/teaching/list.vue
@@ -225,7 +225,7 @@
            return tip
         },
         clickDelTeachingMode(mode, item) {
            showModal("确认删除示教", "警告").then((res) => {
            showModal("确认删除示教", "警告",true,"确定","取消").then((res) => {
               if (res) {
                  this.deleteTeachingMode(mode, item)
               }
@@ -269,7 +269,7 @@
            if (exStr == "{}")
               exStr = ex
            let tip = typeof ex.msg == "string" ? ex.msg : exStr
            showModal(tip, "错误", false)
            showModal(tip, "错误", false,"确定")
         },