Browse Source

Merge branch 'lwx_v15'

qin_v10
hreenshan112 12 months ago
parent
commit
7496a561a9
  1. 9
      src/components/DesignForm/app/index.vue

9
src/components/DesignForm/app/index.vue

@ -1474,7 +1474,14 @@ const transformOption = (val: string | number, type?: string) => {
:oper-state="operState"
@getPageData="getPageData"
/>
<!-- <FormPageCont v-model:is-show="asflookPageInfoIsShow" :drawer-with="drawerWith" :page-info="currentAsfTableDataList[0]" :table-page-class="tablePageClass" :oper-state="operState" @getPageData="getPageData" /> -->
<FormPageCont
v-model:is-show="asflookPageInfoIsShow"
:drawer-with="drawerWith"
:page-info="currentAsfTableDataList[0]"
:table-page-class="tablePageClass"
:oper-state="operState"
@getPageData="getPageData"
/>
<TableFlow
v-model:isopen="openTaskDrawer"
:versionid="props.versionid"

Loading…
Cancel
Save