[update] 新法规导入流程

This commit is contained in:
lideqin
2024-07-11 09:31:40 +08:00
parent cd05097be0
commit 86e345ddfe
3 changed files with 99 additions and 32 deletions
@@ -134,8 +134,8 @@ import {
newRegulationImportGetDataById,
newRegulationImportReject,
newRegulationImportSave,
newRegulationImportTurnTo,
getDataDraft
getDataDraft,
processTransfer
} from '../../../api/workCenter'
export default {
@@ -449,7 +449,7 @@ export default {
const param = Object.assign({}, values)
param.userId = userIds
param.taskId = this.$route.query.taskId
newRegulationImportTurnTo(param).then(res => {
processTransfer(param).then(res => {
if (res.success) {
this.$message.success(res.message)
this.goBack()