秀山需求变更完成

This commit is contained in:
aixianling
2022-06-14 16:11:55 +08:00
parent c09236b06f
commit 7f76715aeb
4 changed files with 73 additions and 61 deletions

View File

@@ -13,9 +13,7 @@
</el-tabs>
</template>
</ai-list>
<component v-else :is="currentComp" :instance="instance" :dict="dict"
:processType="currentTab.value" :row="row" @back="back" />
<component v-else :is="currentComp" :instance="instance" :dict="dict" :processType="currentTab.value" :row="row" @back="back"/>
</section>
</template>
@@ -27,7 +25,7 @@ import guidance from "./components/guidance";
export default {
name: "AppMattersConfig",
label: '事项配置(秀山)',
components: {addConfig,guidance},
components: {addConfig, guidance},
props: {
instance: Function,
dict: Object,
@@ -61,7 +59,7 @@ export default {
this.$router.push({query: {processType: this.currentTab.value}})
},
back () {
back() {
this.$router.push({query: {}})
}
},