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

跳转参数传递

parent 862afe58
......@@ -48,13 +48,13 @@
:editTableData="formDetail"
>
<template v-if="type != 'view'" #toolbar="ctx">
<AuxButton
:dynamic="true"
:component="Wym"
rename="选择唯一码"
code="dynamic"
@save="savewym"
/>
:queryParams="{
rktzid:that.form.lydjid
}"
:dynamic='true' :component='Wym' rename='选择唯一码' code='dynamic' @save="savewym" />
</template>
</editTableForEdit>
</div>
......@@ -139,6 +139,7 @@ export default {
data() {
return {
that:this,
Wym: Wym,
form: {
otherid:null
......
<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">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</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