{
- if (item.hasChild === '0' && item.children === null) {
+ if (item.hasChild === '0') {
if (nameList.length > 0) {
nameList += ','
idList += ','
@@ -5198,6 +5205,10 @@ export default {
}
diff --git a/src/pages/regulatoryRepository/workingGroup/index.vue b/src/pages/regulatoryRepository/workingGroup/index.vue
index ff3e1afcc..9c772a455 100644
--- a/src/pages/regulatoryRepository/workingGroup/index.vue
+++ b/src/pages/regulatoryRepository/workingGroup/index.vue
@@ -6,11 +6,11 @@
class="home-tabs"
>
- 工作组1
+ 标准法规工作组
- 工作组2
+ 政策工作组
diff --git a/src/router/index.js b/src/router/index.js
index ddfb259ef..a0c80586b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1589,6 +1589,17 @@ const routes = [
menuId: 'B8UYM3WFCMGXR2BPF9JA'
}
},
+ {
+ path: '/standCalendar',
+ name: 'calendar',
+ component: () =>
+ import('@/pages/localTool/standCalendar'),
+ meta: {
+ requireAuth: false,
+ title: '标准化活动日历',
+ menuId: ''
+ }
+ },
{
path: '/itemSplitInfo',
name: 'ItemSplitInfo',