Browse Source

bugfix: 8202

reaper 4 years ago
parent
commit
3fdc9404b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/basicKnow/BasicTermsMaintenance.vue

+ 1 - 1
src/components/basicKnow/BasicTermsMaintenance.vue

@@ -247,7 +247,7 @@ export default {
                   .catch(() => {});
               } else {
                 that
-                  .$alert(`${code.msg}`, "提示2", {
+                  .$alert(`${code.msg}`, "提示", {
                     confirmButtonText: "确定",
                     type: "warning"
                   })