소스 검색

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 {