[update] 新法规导入流程、市场清单发布流程、法规符合性排查流程首页代办进入加签报错
This commit is contained in:
@@ -587,7 +587,7 @@ export default {
|
|||||||
const param = {}
|
const param = {}
|
||||||
param.userId = userIds
|
param.userId = userIds
|
||||||
param.taskId = this.$route.query.taskId
|
param.taskId = this.$route.query.taskId
|
||||||
param.prcType = this.$route.query.prcType
|
param.prcType = ProcessType.MARKET_LIST_RELEASE.value
|
||||||
processAddSign(param).then(res => {
|
processAddSign(param).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
|
|||||||
+1
-1
@@ -472,7 +472,7 @@ export default {
|
|||||||
const param = {}
|
const param = {}
|
||||||
param.userId = userIds
|
param.userId = userIds
|
||||||
param.taskId = this.$route.query.taskId
|
param.taskId = this.$route.query.taskId
|
||||||
param.prcType = this.$route.query.prcType
|
param.prcType = ProcessType.NEW_REGULATIONS_IMPORT.value
|
||||||
processAddSign(param).then(res => {
|
processAddSign(param).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
|
|||||||
+1
-1
@@ -616,7 +616,7 @@ export default {
|
|||||||
const param = {}
|
const param = {}
|
||||||
param.userId = userIds
|
param.userId = userIds
|
||||||
param.taskId = this.$route.query.taskId
|
param.taskId = this.$route.query.taskId
|
||||||
param.prcType = this.$route.query.prcType
|
param.prcType = ProcessType.REGULATORY_COMPLIANCE_CHECK.value
|
||||||
processAddSign(param).then(res => {
|
processAddSign(param).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.$message.success(res.message)
|
this.$message.success(res.message)
|
||||||
|
|||||||
Reference in New Issue
Block a user