[update] 自动发起的制修订流程查询企标计划并回显
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user