diff --git a/packages/publicity/AppContentManage/AppContentManage.vue b/packages/publicity/AppContentManage/AppContentManage.vue
index 7b4924d5..909cb291 100644
--- a/packages/publicity/AppContentManage/AppContentManage.vue
+++ b/packages/publicity/AppContentManage/AppContentManage.vue
@@ -1,73 +1,72 @@
-
+
diff --git a/packages/publicity/AppContentManage/components/Add.vue b/packages/publicity/AppContentManage/components/Add.vue
index d9f4d088..523d100e 100644
--- a/packages/publicity/AppContentManage/components/Add.vue
+++ b/packages/publicity/AppContentManage/components/Add.vue
@@ -9,7 +9,8 @@
-
+
@@ -24,25 +25,30 @@
是
+
+
+ {{ op.dictName }}
+
+
+ :visible.sync="isShowAdd"
+ width="880px"
+ height="580px"
+ title="选择菜单"
+ @close="onClose"
+ @onConfirm="onConfirm">
+ :data="treeData"
+ node-key="id"
+ ref="tree"
+ @node-click="onChange"
+ highlight-current
+ :default-expanded-keys="defaultExpandedKeys"
+ :default-checked-keys="defaulCheckedKeys"
+ :props="defaultProps">
@@ -54,130 +60,130 @@