qymljy 1 year ago
parent
commit
6a2ac4c5ac
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/HDrpManagement/Creditbilladj/modules/enterpriseTable/add.vue

+ 6 - 6
src/HDrpManagement/Creditbilladj/modules/enterpriseTable/add.vue

@@ -90,7 +90,7 @@
         <el-button size="small" type="primary" @click="onSubmit" class="normal-btn-width">提 交</el-button>
       </div>
     </el-drawer>
-    
+
   </div>
 </template>
 <script>
@@ -102,7 +102,7 @@ export default {
       dialogFormVisible2:false,
       accountList:[],
       form:{
-    
+
       },
       rules:{
       },
@@ -146,7 +146,7 @@ export default {
       let res = await this.$api.requested(this.accountParam)
       this.accountList = res.data
       console.log(this.accountList);
-      
+
     },
     async onSubmit () {
       let is = this.selectArr.every(item => item.sa_accountclassid && (item.creditquota || item.creditquota === 0))
@@ -180,11 +180,11 @@ export default {
           message:'请填写完整信息'
         })
       }
-      
+
     },
     accountSelect (data) {
       console.log('触发');
-      
+
       this.accountParam.content.sys_enterpriseid=data.sys_enterpriseid
       this.getAccountList()
     },
@@ -218,4 +218,4 @@ export default {
 /deep/.el-select {
   width: 100%!important;
 }
-</style>
+</style>