|
@@ -735,7 +735,7 @@ export default {
|
|
|
// this.parentId = "";
|
|
|
// return;
|
|
|
// }
|
|
|
- this.queryParams1.pageNum=1;
|
|
|
+ // this.queryParams1.pageNum=1;
|
|
|
// 目录
|
|
|
listDirectoryinfo({
|
|
|
parentId: this.parentId,
|
|
@@ -744,11 +744,13 @@ export default {
|
|
|
}).then((res) => {
|
|
|
res.rows.forEach((item) => {
|
|
|
if (item.subclassification == 0) {
|
|
|
+
|
|
|
this.directory = res.rows;
|
|
|
this.total1 = res.total;
|
|
|
this.addbtn = false;
|
|
|
} else {
|
|
|
// this.addbtn = true;
|
|
|
+ this.queryParams1.pageNum=1;
|
|
|
return;
|
|
|
}
|
|
|
});
|