Parcourir la source

删除无用代码

luowei il y a 2 ans
Parent
commit
4b1b8df617
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
       });