[update] 市场清单发布流程改为市场法规清单发布流程

This commit is contained in:
lideqin
2024-09-06 09:30:07 +08:00
parent a6b29986d2
commit 6c70244e85
16 changed files with 24 additions and 24 deletions
@@ -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: {
@@ -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