Browse Source

去掉关联选项设置因字段标识改变造成的重置提醒

lwx_16
liwenxuan 1 year ago
parent
commit
215985f87e
  1. 4
      src/views/sysworkflow/lowcodepage/pageDesignes.vue
  2. 2
      src/widget/associatedforms/associatedForms.vue

4
src/views/sysworkflow/lowcodepage/pageDesignes.vue

@ -610,10 +610,10 @@ const formNameChanged = (param1: any)=>{
}
}
}
ElMessage({
/* ElMessage({
message: '因字段标识改变,本表单的所有单选、多选、下拉的关联选项设置已重置,请重新设置。',
type: 'warning',
})
}) */
}
//liwenxuan bug: end

2
src/widget/associatedforms/associatedForms.vue

@ -39,7 +39,7 @@ const value1 = ref('')
const options = ref([])
onMounted(()=>{
console.log(props.data.control)
//console.log(props.data.control)
if(props.data.control.formid!=null&&props.data.control.formid!=""){
getAsfDataTitles().then(({ data }) => {
//console.log(data)

Loading…
Cancel
Save