档案管理优化
This commit is contained in:
parent
747ebd0569
commit
8f968c1492
|
|
@ -565,7 +565,7 @@ export default {
|
||||||
if(row.docType=='文件夹'){
|
if(row.docType=='文件夹'){
|
||||||
this.queryParams.detailsId=row.detailsId;
|
this.queryParams.detailsId=row.detailsId;
|
||||||
this.queryParams.level=row.level;
|
this.queryParams.level=row.level;
|
||||||
this.queryParams.infoId=this.queryParams.infoId;
|
this.queryParams.infoId="";
|
||||||
this.queryParams.pageNum = 1;
|
this.queryParams.pageNum = 1;
|
||||||
let obj = {
|
let obj = {
|
||||||
id:row.detailsId,
|
id:row.detailsId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue