[update] 新法规导入流程
This commit is contained in:
+3
-3
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user