@@ -283,6 +340,24 @@ export default {
name:'xmqdqrStep1'
})
break
+ case '12':
+ // 赵开耀的流程
+ this.$router.push({
+ name: 'zhaokaiyaoStep1'
+ })
+ break
+ case '13':
+ // 严逸舟的流程
+ this.$router.push({
+ name: 'yanyizhouStep1'
+ })
+ break
+ case '14':
+ // 张宇欢的流程
+ this.$router.push({
+ name: 'zhangyuhuanStep1'
+ })
+ break
}
},
checkPermission(permissionIdArray) {
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
index 03e821061..d3e9581b2 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
@@ -81,7 +81,7 @@
-
+
{
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
index 6ecccb894..d351f035e 100644
--- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue
@@ -2872,12 +2872,14 @@ export default {
this.$set(data, 'showDel', false)
},
treeClick(treeNode) {
+ console.log("hello")
this.selectSarMenu = treeNode
this.standCommonlySearch.menuId = treeNode.id
this.sarStandardsSearch.menuId = treeNode.id // 将当前二级菜单的id传回后台做标准的条件查询
this.sarStandardsSearch.page = 1
this.standCommonlySearch.page = 1
- this.getDomesticStandardTable(this.tableFlag)
+ //搜索后点击属性菜单依然显示搜索条件的数据
+ this.getDomesticStandardTable(this.standCommonlySearch)
},
// 点击搜索按钮
searchBtnClick(standCommonlySearch) {
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
index 844eeb637..5a962c0dd 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
@@ -192,7 +192,7 @@
-
+
@@ -883,7 +883,7 @@ export default {
});
},
// 更多
- handleCommand(command,index, rows) {
+ handleCommand(command) {
switch (command[1]) {
case "删除":
this.handleDelete(command[0]);
diff --git a/src/pages/regulatoryRepository/standardForComments/index.vue b/src/pages/regulatoryRepository/standardForComments/index.vue
index cc2d4744b..4cff101d9 100644
--- a/src/pages/regulatoryRepository/standardForComments/index.vue
+++ b/src/pages/regulatoryRepository/standardForComments/index.vue
@@ -68,6 +68,7 @@
{{ scope.row.category }}