导入跳转
This commit is contained in:
@@ -615,6 +615,7 @@ export default {
|
||||
}).then(res => {
|
||||
this.isLoading = false;
|
||||
const result = this.getResponseResult(res.data);
|
||||
console.log(result)
|
||||
if (result.code === 0) {
|
||||
// 自动修正页码
|
||||
if (this.autoAmendPage && this.needPage && result.data && !result.data.length && result.count) {
|
||||
|
||||
Reference in New Issue
Block a user