|
|
|
@ -2279,6 +2279,11 @@ watch(()=>store.activeKey, () => { |
|
|
|
setTimeout(() => { |
|
|
|
formidChanged() |
|
|
|
}, 800); |
|
|
|
}else if(controlData.value.type==='radio'||controlData.value.type==='select'||controlData.value.type==='checkbox'){ |
|
|
|
|
|
|
|
setTimeout(() => { |
|
|
|
formidChangedOptionsValue3() |
|
|
|
}, 800); |
|
|
|
} |
|
|
|
}) |
|
|
|
|
|
|
|
@ -3110,7 +3115,8 @@ const loadNextPage = () => { |
|
|
|
</el-form-item> |
|
|
|
</template> |
|
|
|
<template v-if="controlData.config.optionsType === 3"> |
|
|
|
<el-button style="padding-top: 5px;" type="primary" link append-to-body="true" modal="true" @click="optionsValue3Setting" >选择系统表单字段</el-button> |
|
|
|
<el-button type="primary" style="margin-bottom:10px;margin-left:11px" plain @click="optionsValue3Setting">选择系统表单字段</el-button> |
|
|
|
<!-- <el-button style="padding-top: 5px;" type="primary" link append-to-body="true" modal="true" @click="optionsValue3Setting" >选择系统表单字段</el-button> --> |
|
|
|
</template> |
|
|
|
<template v-else> |
|
|
|
<el-form-item class="form_cont"> |
|
|
|
@ -3643,7 +3649,7 @@ const loadNextPage = () => { |
|
|
|
@change="formidChanged" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<!-- asfasfFieldTreeOptionsValue3 --> |
|
|
|
|
|
|
|
</template> |
|
|
|
<template #footer> |
|
|
|
<div class="dialog-footer"> |
|
|
|
@ -4030,9 +4036,13 @@ const loadNextPage = () => { |
|
|
|
@change="formidChangedOptionsValue3" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<!-- <div style="display:flex"><span style="font-size: larger;margin-left: 35px;margin-right: 15px;">当开关关闭时显示</span> |
|
|
|
<el-tree-select v-model="controlData.control.glxxszSwitch[1].showFields" style="width: 60%" :data="associatedFormsCurrentFormFieldTreeForGlxxszExceptSelf[0].children" multiple /> |
|
|
|
</div> --> |
|
|
|
<div style="display:flex" v-if="typeof(controlData.control.optionsValue3Formid)!='undefined' && typeof(asfasfFieldTreeOptionsValue3)!='undefined' && controlData.control.optionsValue3Formid!=''"><span style="font-size: larger;margin-left: 35px;margin-right: 15px;">请选择字段</span> |
|
|
|
<!-- |
|
|
|
|
|
|
|
|
|
|
|
--> |
|
|
|
<el-tree-select v-model="controlData.control.optionsValue3Field" style="width: 390px;" :data="asfasfFieldTreeOptionsValue3[0].children" /> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
<template #footer> |
|
|
|
<div class="dialog-footer"> |
|
|
|
|