解决服务指令包编辑时-选择服务指令直接点确认返回后原本的指令都不显示了

This commit is contained in:
1378012178@qq.com 2026-02-27 08:38:03 +08:00
parent e842d77112
commit cf8ac606e8
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,8 @@
:footer-style="{ textAlign: 'right' }" @close="handleCancel" :bodyStyle="{ padding: '14px' }">
<a-row>
<a-col :span="24">
<DirectivePackageForm ref="registerForm" @ok="submitCallback" :seletedRecord="seletedRecord" :formDisabled="disableSubmit" :formBpm="false">
<DirectivePackageForm ref="registerForm" @ok="submitCallback" :seletedRecord="seletedRecord"
:formDisabled="disableSubmit" :formBpm="false">
</DirectivePackageForm>
</a-col>
</a-row>
@ -179,6 +180,7 @@ function edit(record) {
seletedRecord.value = record
title.value = disableSubmit.value ? '详情' : '编辑';
visible.value = true;
checkListData.value = seletedRecord.value.directives
nextTick(() => {
registerForm.value.edit(record);
});

View File

@ -212,6 +212,9 @@ import { DownOutlined } from '@ant-design/icons-vue';
import { uploadUrl } from '/@/api/common/api';
import { queryUpBizPrefix } from '/@/api/common/api'
setInterval(()=>{
console.log("🌊 ~ formData:", formData)
},2000)
const opeMediaAddress = import.meta.env.VITE_OPE_MEDIA_ADDRESS
const showDescription = ref(false);