[update] 新法规导入流程、市场清单发布流程、法规符合性排查流程首页代办进入加签报错

This commit is contained in:
lideqin
2024-09-20 10:17:43 +08:00
parent e7a5995722
commit 3e0ca532d6
3 changed files with 3 additions and 3 deletions
@@ -587,7 +587,7 @@ export default {
const param = {}
param.userId = userIds
param.taskId = this.$route.query.taskId
param.prcType = this.$route.query.prcType
param.prcType = ProcessType.MARKET_LIST_RELEASE.value
processAddSign(param).then(res => {
if (res.success) {
this.$message.success(res.message)
@@ -472,7 +472,7 @@ export default {
const param = {}
param.userId = userIds
param.taskId = this.$route.query.taskId
param.prcType = this.$route.query.prcType
param.prcType = ProcessType.NEW_REGULATIONS_IMPORT.value
processAddSign(param).then(res => {
if (res.success) {
this.$message.success(res.message)
@@ -616,7 +616,7 @@ export default {
const param = {}
param.userId = userIds
param.taskId = this.$route.query.taskId
param.prcType = this.$route.query.prcType
param.prcType = ProcessType.REGULATORY_COMPLIANCE_CHECK.value
processAddSign(param).then(res => {
if (res.success) {
this.$message.success(res.message)