diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
index 0c2de95b0..600477777 100644
--- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
+++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup2/index.vue
@@ -19,7 +19,7 @@
class="common-button-primary"
v-if="addItemButton"
@click="addItem2">
- 新增标准
+ 新增政策
- 查看标准
+ 查看政策
@@ -1351,6 +1351,7 @@
this.headerNo = true
let row = node._cfg.model
this.addForm.pName = row.name
+ console.log(row);
if (row.level === '2') {
this.standId = row.wgStandorpolicyInfos[0].standId
}