[update] 修改企标制修订流程自动发起撤回后的草稿企标编号的必填校验错误的问题

This commit is contained in:
lideqin
2024-02-19 17:09:29 +08:00
parent aacd0a73a2
commit 043e4fb765
@@ -406,6 +406,8 @@ export default {
getEnterpriseStandardPlanInfoById({ id: data.espId }).then(res => {
if (res.success) {
const formInline = {}
// 企标计划id
formInline.espId = res.result.id
// 制修订类型
formInline.typeOfRevision = res.result.applicationCategory
formInline.typeOfRevision_dictText = res.result.applicationCategory_dictText