Explorar o código

删除无用代码

luowei %!s(int64=2) %!d(string=hai) anos
pai
achega
4b1b8df617
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
       });