소스 검색

删除无用代码

luowei 2 년 전
부모
커밋
4b1b8df617
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/user/extend.vue

+ 1 - 1
src/views/system/user/extend.vue

@@ -460,7 +460,7 @@ export default {
       this.bankloading = true;
       let dat = { orgId: this.$route.params.id };
       listBankPhysicalDefenseConstruction(dat).then((data) => {
-        // console.log(data);
+      
         this.BankPhysicalDefenseConstructionList = data.rows;
         this.bankloading = false;
       });