Commit 8ed62aaa authored by 李苏's avatar 李苏 💬

解决收发汇总明细查询初次跳转bug

parent 0e9c3518
<template>
<BasePage ref="basePage" :power='power' class="min_full" :config="config">
<BasePage :autoQuery='false' ref="basePage" :power='power' class="min_full" :config="config">
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template>
......@@ -217,11 +217,13 @@
this.$refs.basePage.queryParams.zlh = newValue.zlh
this.$refs.basePage.queryParams.wlid = newValue.wlid
this.$refs.basePage.refresh()
})
}
},
deep: true
deep: true,
immediate:true
}
},
......
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