[update] 修改企标制修订流程自动发起撤回后的草稿企标编号的必填校验错误的问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user