fix(项目设置): 修复开源版页面无法添加模块节点的问题

--bug=1018393 --user=宋天阳 【项目设置】开源版中文件管理里添加模块失败
https://www.tapd.cn/55049933/s/1267163
This commit is contained in:
song-tianyang 2022-10-19 11:05:47 +08:00 committed by 建国
parent 703a3c1b22
commit b8df438bd3

View File

@ -13,6 +13,7 @@
:show-case-num="showCaseNum"
:operation_type_add="treeOperationType"
:operation_type_edit="treeOperationType"
@add="add"
@edit="edit"
@drag="drag"
@remove="remove"
@ -22,7 +23,6 @@
@addOperation="fileTreeModuleAdd"
@editOperation="fileTreeModuleEdit"
ref="nodeTree">
<template v-slot:header>
<ms-search-bar
:show-operator="showOperator"