Commit fddb99ea authored by 李苏's avatar 李苏 💬

跳转参数传递

parent 862afe58
...@@ -48,13 +48,13 @@ ...@@ -48,13 +48,13 @@
:editTableData="formDetail" :editTableData="formDetail"
> >
<template v-if="type != 'view'" #toolbar="ctx"> <template v-if="type != 'view'" #toolbar="ctx">
<AuxButton <AuxButton
:dynamic="true" :queryParams="{
:component="Wym" rktzid:that.form.lydjid
rename="选择唯一码" }"
code="dynamic" :dynamic='true' :component='Wym' rename='选择唯一码' code='dynamic' @save="savewym" />
@save="savewym"
/>
</template> </template>
</editTableForEdit> </editTableForEdit>
</div> </div>
...@@ -139,6 +139,7 @@ export default { ...@@ -139,6 +139,7 @@ export default {
data() { data() {
return { return {
that:this,
Wym: Wym, Wym: Wym,
form: { form: {
otherid:null otherid:null
......
<template> <template>
<BasePage ref="basePage" :power='power' class="min_full" :config="config"> <BasePage :mixedQueryParams='$attrs.mixedQueryParams' ref="basePage" :power='power' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment