|
@@ -228,7 +228,7 @@ export default {
|
|
|
|
|
|
/* 获取目录结构 */
|
|
/* 获取目录结构 */
|
|
getMenu() {
|
|
getMenu() {
|
|
- dataBaseInterface.menuListV3().then(res => {
|
|
|
|
|
|
+ dataBaseInterface.menuListV3({ClassifyType: this.isBasicBase?0:2}).then(res => {
|
|
if(res.Ret === 200) {
|
|
if(res.Ret === 200) {
|
|
this.filterNodes(res.Data.AllNodes||[]);
|
|
this.filterNodes(res.Data.AllNodes||[]);
|
|
this.options = res.Data.AllNodes || [];
|
|
this.options = res.Data.AllNodes || [];
|