@@ -2,6 +2,6 @@
ENV = 'production'
# base api
-#VUE_APP_BASE_API = '//api.admin.app.jiuweiyun.cn/api'
+VUE_APP_BASE_API = '//api.admin.app.jiuweiyun.cn/api'
-VUE_APP_BASE_API = '//api.appadmin.woaidakele.cn/api'
+#VUE_APP_BASE_API = '//api.appadmin.woaidakele.cn/api'
@@ -2039,7 +2039,13 @@ export default {
this.loadingFull = false
if (res.code === 200) {
if (!this.highSearchFlag) {
- this.getList()
+ const index = Math.ceil(this.tableTotal / this.listQuery.page_size)
+ if (this.listQuery.page_index === index) {
+ this.listQuery.page_index = this.listQuery.page_index - 1
+ this.getList()
+ } else {
+ }
} else {
this.submitExport()
}