[update] 市场清单发布流程改为市场法规清单发布流程
This commit is contained in:
@@ -300,7 +300,7 @@ export default {
|
||||
}
|
||||
marketRegulationDetailPublish({ id: this.selectedRowKeys[0] }).then(res => {
|
||||
if (res.success) {
|
||||
// 跳转市场清单发布流程
|
||||
// 跳转市场法规清单发布流程
|
||||
this.$router.push({
|
||||
path: '/workCenter/MarketListReleaseProcess',
|
||||
query: {
|
||||
@@ -345,7 +345,7 @@ export default {
|
||||
handlePublish (record) {
|
||||
marketRegulationDetailPublish({ id: record.id }).then(res => {
|
||||
if (res.success) {
|
||||
// 跳转市场清单发布流程
|
||||
// 跳转市场法规清单发布流程
|
||||
this.$router.push({
|
||||
path: '/workCenter/MarketListReleaseProcess',
|
||||
query: {
|
||||
|
||||
+1
-1
@@ -918,7 +918,7 @@ export default {
|
||||
case ProcessType.REGULATORY_COMPLIANCE_CHECK.value:
|
||||
processKey = ProcessKey.REGULATORY_COMPLIANCE_CHECK.value
|
||||
break
|
||||
// 市场清单发布流程
|
||||
// 市场法规清单发布流程
|
||||
case ProcessType.MARKET_LIST_RELEASE.value:
|
||||
processKey = ProcessKey.MARKET_LIST_RELEASE.value
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user