优化代码

This commit is contained in:
java110 2021-11-15 09:59:39 +08:00
parent ad3af26c53
commit cdc08d1933
4 changed files with 8 additions and 2 deletions

View File

@ -15,7 +15,6 @@
<p>
请仔细填写公司相关信息,有利于快速审核
</p>
<form id="component" class="wizard-big wizard clearfix" role="application" novalidate="novalidate">
<p style="color: red;">{{companyInfo.errorInfo}}</p>
<div class="steps clearfix">

View File

@ -57,6 +57,10 @@
<div class="ibox-title">
<h5>欠费催缴单</h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-white btn-sm"
v-on:click="_goBack()">
返回
</button>
<button type="button" class="btn btn-primary btn-sm"
v-on:click="_openAddFeeCollectionOrderModal()">
<i class="glyphicon glyphicon-plus"></i>

View File

@ -100,6 +100,9 @@
} else {
vc.component.feeCollectionOrderManageInfo.moreCondition = true;
}
},
_goBack:function(){
vc.goBack();
}

View File

@ -28,7 +28,7 @@
vc.component.listFeeDetail(DEFAULT_PAGE, DEFAULT_ROW);
});
vc.on('pagination', 'page_event', function (_currentPage) {
vc.component.listRoom(_currentPage, DEFAULT_ROW);
vc.component.listFeeDetail(_currentPage, DEFAULT_ROW);
});
},
methods: {