commit
This commit is contained in:
@@ -481,7 +481,7 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
size="mini"
|
size="mini"
|
||||||
class="common-button-primary"
|
class="common-button-primary"
|
||||||
@click="QYBZget">查询
|
@click="QYBZget('1')">查询
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
class="common-button-default"
|
class="common-button-default"
|
||||||
@@ -788,7 +788,10 @@
|
|||||||
this.QYBZform.pageSize = pageSize
|
this.QYBZform.pageSize = pageSize
|
||||||
this.QYBZget()
|
this.QYBZget()
|
||||||
},
|
},
|
||||||
QYBZget () {
|
QYBZget (type) {
|
||||||
|
if (type === '1') {
|
||||||
|
this.QYBZform.page = 1
|
||||||
|
}
|
||||||
this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage', this.QYBZform, {
|
this.$http.get('lawss/sarBussionessStand/getSarBussionStandPage', this.QYBZform, {
|
||||||
_this: this, loading: 'QYBZShow'
|
_this: this, loading: 'QYBZShow'
|
||||||
}, res => {
|
}, res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user