commit
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user