[update] 新法规导入流程和市场清单发布流程驳回到第一个节点后提交调submit接口
This commit is contained in:
+4
-2
@@ -144,7 +144,9 @@ import {
|
||||
newRegulationImportSave,
|
||||
getDataDraft,
|
||||
processTransfer,
|
||||
getLookData, processAddSign
|
||||
getLookData,
|
||||
processAddSign,
|
||||
newRegulationImportSubmit
|
||||
} from '../../../api/workCenter'
|
||||
|
||||
export default {
|
||||
@@ -435,7 +437,7 @@ export default {
|
||||
let func
|
||||
if (this.$route.query.taskId) {
|
||||
// 有taskId说明是驳回的提交
|
||||
func = newRegulationImportAgree
|
||||
func = newRegulationImportSubmit
|
||||
paramObj.basicTaskInfoDTO.taskId = this.$route.query.taskId
|
||||
} else {
|
||||
func = newRegulationImportApproval
|
||||
|
||||
Reference in New Issue
Block a user