bug
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</template>
|
||||
</ai-list>
|
||||
<component v-else :is="currentComp" :instance="instance" :dict="dict"
|
||||
:processType="currentTab.value" :row="row"></component>
|
||||
:processType="currentTab.value" :row="row" @back="back" ></component>
|
||||
|
||||
</section>
|
||||
</template>
|
||||
@@ -59,6 +59,10 @@ export default {
|
||||
this.row = params.row
|
||||
this.currentComp = params.comp
|
||||
this.$router.push({query: {processType: this.currentTab.value}})
|
||||
},
|
||||
|
||||
back () {
|
||||
this.$router.push({query: {}})
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user