|
@@ -279,7 +279,6 @@ export default {
|
|
|
this.getSearcFormData(conState)
|
|
this.getSearcFormData(conState)
|
|
|
).then(res => {
|
|
).then(res => {
|
|
|
const { dataResult = [] } = res.data || {}
|
|
const { dataResult = [] } = res.data || {}
|
|
|
- // this.listData = data
|
|
|
|
|
if (dataResult.length === 0) {
|
|
if (dataResult.length === 0) {
|
|
|
if (this.current === 0) {
|
|
if (this.current === 0) {
|
|
|
this.noData = true
|
|
this.noData = true
|
|
@@ -366,7 +365,7 @@ export default {
|
|
|
|
|
|
|
|
return ActionUtils.formatParams(
|
|
return ActionUtils.formatParams(
|
|
|
params,
|
|
params,
|
|
|
- this.pagination,
|
|
|
|
|
|
|
+ { page: this.current },
|
|
|
this.sorts)
|
|
this.sorts)
|
|
|
},
|
|
},
|
|
|
onRefresh() {
|
|
onRefresh() {
|