Ver Fonte

2022-02-23 23:09

王克恕 há 3 anos atrás
pai
commit
0e97788100

+ 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 {