秀山需求变更完成
This commit is contained in:
@@ -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: {}})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user