This commit is contained in:
zhutianqi
2022-01-07 13:50:02 +08:00
parent a33521d380
commit 0b36a7635e
@@ -481,7 +481,7 @@
type="primary"
size="mini"
class="common-button-primary"
@click="QYBZget">查询
@click="QYBZget('1')">查询
</el-button>
<el-button
class="common-button-default"
@@ -788,7 +788,10 @@
this.QYBZform.pageSize = pageSize
this.QYBZget()
},
QYBZget () {
QYBZget (type) {
if (type === '1') {
this.QYBZform.page = 1
}
this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage', this.QYBZform, {
_this: this, loading: 'QYBZShow'
}, res => {