[update] 自动发起的制修订流程查询企标计划并回显

This commit is contained in:
lideqin
2024-02-19 15:10:16 +08:00
parent ed2a3a801e
commit d771b53f5a
@@ -401,8 +401,8 @@ export default {
methods: {
initData (data) {
this.isEditSetData = true
if (this.flowInitType === 'auto' && !data.businessJson) {
// 说明是刚刚自动发起的流程
if ((this.flowInitType === 'auto' && !data.businessJson) || (this.$route.query.draftId && !data.standard_number)) {
// 说明是刚刚自动发起的流程,或者是自动发起的流程强制撤回后的草稿
getEnterpriseStandardPlanInfoById({ id: data.espId }).then(res => {
if (res.success) {
const formInline = {}