[update] 市场清单发布流程
This commit is contained in:
@@ -289,6 +289,11 @@ export default {
|
||||
this.$message.warning(this.$t('standardRegulationLibrary.marketRegulationsList.pleaseSelectAListPublish'))
|
||||
return
|
||||
}
|
||||
if (this.selectionRows[0].manifestStatus === ListState.RELEASED.value) {
|
||||
// 提示请选择未发布或修改中的数据
|
||||
this.$message.warning(this.$t('standardRegulationLibrary.marketRegulationsList.pleaseSelectCorrectData'))
|
||||
return
|
||||
}
|
||||
// 跳转市场清单发布流程
|
||||
this.$router.push({
|
||||
path: '/workCenter/MarketListReleaseProcess',
|
||||
|
||||
Reference in New Issue
Block a user