添加appList属性到wxmpConfig组件并传递给add.vue
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<ai-empty v-else>请先选择系统类型</ai-empty>
|
<ai-empty v-else>请先选择系统类型</ai-empty>
|
||||||
</template>
|
</template>
|
||||||
</ai-card>
|
</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-form>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane label="方案应用" lazy>
|
<el-tab-pane label="方案应用" lazy>
|
||||||
|
|||||||
@@ -10,7 +10,8 @@ export default {
|
|||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
form: Object,
|
form: Object,
|
||||||
title: String
|
title: String,
|
||||||
|
appList: {default: () => []}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
form: {
|
form: {
|
||||||
|
|||||||
Reference in New Issue
Block a user