[update] 标准法规符合性排查流程波对到第一个节点调submit接口
This commit is contained in:
+1
-1
@@ -546,7 +546,7 @@ export default {
|
|||||||
let func
|
let func
|
||||||
if (this.$route.query.taskId) {
|
if (this.$route.query.taskId) {
|
||||||
// 有taskId说明是驳回的提交
|
// 有taskId说明是驳回的提交
|
||||||
func = regulatoryComplianceCheckAgree
|
func = regulatoryComplianceCheckSubmit
|
||||||
paramObj.basicTaskInfoDTO.taskId = this.$route.query.taskId
|
paramObj.basicTaskInfoDTO.taskId = this.$route.query.taskId
|
||||||
} else {
|
} else {
|
||||||
func = regulatoryComplianceCheckApproval
|
func = regulatoryComplianceCheckApproval
|
||||||
|
|||||||
+1
-1
@@ -166,7 +166,7 @@ import UserSelectModal from '@/components/selection/UserSelectModal'
|
|||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import { ACCESS_TOKEN, TENANT_ID } from '@/store/mutation-types'
|
import { ACCESS_TOKEN, TENANT_ID } from '@/store/mutation-types'
|
||||||
import store from '@/store'
|
import store from '@/store'
|
||||||
import { downFile, downloadFile } from '../../../../api/manage'
|
import { downFile } from '../../../../api/manage'
|
||||||
|
|
||||||
// 导入的加载提示
|
// 导入的加载提示
|
||||||
let importModalLoading
|
let importModalLoading
|
||||||
|
|||||||
Reference in New Issue
Block a user