|
|
@@ -317,6 +317,9 @@ export default {
|
|
|
} else {
|
|
|
this.queryForm.pn++
|
|
|
}
|
|
|
+ } else {
|
|
|
+ this.noMore = true
|
|
|
+ this.$message.error(resp.msg)
|
|
|
}
|
|
|
}).finally(() => {
|
|
|
this.loading = false
|
|
|
@@ -490,7 +493,7 @@ export default {
|
|
|
|
|
|
// 更新路由不刷新页面,而是触发逻辑跳转
|
|
|
this.$router.push({ query: { path: newPath }})
|
|
|
- this.changeDirectory(`path=${newPath}`)
|
|
|
+ this.changeDirectory(this.queryForm.path)
|
|
|
} else {
|
|
|
getFileDetail(row.fileId).then(resp => {
|
|
|
if (resp.code === 0) {
|