添加appList属性到wxmpConfig组件并传递给add.vue
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<ai-empty v-else>请先选择系统类型</ai-empty>
|
||||
</template>
|
||||
</ai-card>
|
||||
<component class="extraConfig" title="扩展设置" :is="extraConfig" v-model="form.extra"/>
|
||||
<component class="extraConfig" title="扩展设置" :is="extraConfig" v-model="form.extra" :appList="appList"/>
|
||||
</el-form>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="方案应用" lazy>
|
||||
|
||||
Reference in New Issue
Block a user