Browse Source

关联表单子表数据填充

lwx_v8
liwenxuan 1 year ago
parent
commit
55d5013e4e
  1. 4
      src/components/DesignForm/formControlPropertiNew.vue

4
src/components/DesignForm/formControlPropertiNew.vue

@ -2706,7 +2706,7 @@ function childRoleRightChanged(){
/* 1.index
2.得到所有index在当前子表填充规则块之前的子表填充规则块
3.得到2中所有right,凡是出现过的子表,就把这些子表的所有选项全部置为不可选 */
console.log(asfs)
//console.log(asfs)
selectedArr.push(...otherMasterSelectedArr)
@ -4828,7 +4828,7 @@ const radioChangeSet = (val:any) => {
<!-- 数据填充规则弹窗 -->
<el-dialog v-model="associatedFormsFillRolesDialogFlag" title="数据填充规则" top="150px" :close-on-click-modal="false" :show-close="false" style="margin-top:70px ;min-height: 300px;max-height:900px" width="80%" >
<el-dialog v-model="associatedFormsFillRolesDialogFlag" title="数据填充规则" top="150px" :close-on-click-modal="false" :show-close="false" style="margin-top:70px ;min-height: 300px;max-height:900px" width="50%" >
<template v-if="controlData.type=='associatedForms'">
<el-button style="font-size: large;margin-top: 10px;margin-bottom: 15px;" type="primary" link append-to-body="true" modal="true" @click="addFillRole"> 主表填充规则</el-button>
<div style="max-height:230px;border:1px solid white;overflow-y:auto;">

Loading…
Cancel
Save