Commit ffafd23b by zhangzhen

细节优化

parent 303d4ad6
......@@ -422,7 +422,8 @@
this.onGetList();
}else{
getProjTreeData({
node: lastObj.code
node: lastObj.code,
projCode: lastObj.code
}).then(res => {
this.onGetList();
this.folders = toJsonData(res.data.__blocks__[lastObj.code].rows, res.data.__blocks__[lastObj.code].meta.columns);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment