Commit 4fca8d19 authored by 李苏's avatar 李苏 💬

wlphsx 需要ref标记

parent ac0ae511
<template> <template>
<BasePage :power='power' @getRow='getRow' class="min_full" style="height: 100%;" :config="config"> <BasePage ref="basePage" :power='power' @getRow='getRow' class="min_full" style="height: 100%;" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
<Add :app='ctx.basePage' v-if="ctx.basePage.showDialog" /> <Add :app='ctx.basePage' v-if="ctx.basePage.showDialog" />
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
field: "djid", field: "djid",
width: 120 width: 120
}, },
{ {
title: "检验数量", title: "检验数量",
field: "jypsl", field: "jypsl",
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
} }
], ],
[ [
{ {
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
}, },
] ]
], ],
......
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