瀏覽代碼

2022-02-23 23:09

王克恕 3 年之前
父節點
當前提交
0e97788100
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      imcs-ui/src/views/zuihou/lineSideLibrary/locationMgr/components/Edit.vue

+ 1 - 1
imcs-ui/src/views/zuihou/lineSideLibrary/locationMgr/components/Edit.vue

@@ -61,7 +61,7 @@ export default {
       //后台方法
       this.checkExist(value).then(res => {
         res = res.data;       
-        console.log("check验证:", res);
+        // console.log("check验证:", res);
         if (res && res.data) {         
           callback('名称已存在');
         } else {