添加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>
|
||||
|
||||
@@ -10,7 +10,8 @@ export default {
|
||||
},
|
||||
props: {
|
||||
form: Object,
|
||||
title: String
|
||||
title: String,
|
||||
appList: {default: () => []}
|
||||
},
|
||||
watch: {
|
||||
form: {
|
||||
|
||||
Reference in New Issue
Block a user