Commit 7d9f2cd5 by huangdang

fix: 修改字典,隐案认定申请初始请求问题,修改菜单名

parent 300391d1
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
}, },
{ {
"ids":"02", "ids":"02",
"label":"认定成功", "label":"待省级审批",
"codeType":"CODE_RDZT", "codeType":"CODE_RDZT",
"text":"认定成功", "text":"待省级审批",
"pId":null, "pId":null,
"id":"02", "id":"02",
"isParent":false, "isParent":false,
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
}, },
{ {
"ids":"03", "ids":"03",
"label":"待申请方审批", "label":"省级审批通过",
"codeType":"CODE_RDZT", "codeType":"CODE_RDZT",
"text":"待申请方审批", "text":"省级审批通过",
"pId":null, "pId":null,
"id":"03", "id":"03",
"isParent":false, "isParent":false,
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
}, },
{ {
"ids":"04", "ids":"04",
"label":"申请方审批不通过", "label":"省级审批不通过",
"codeType":"CODE_RDZT", "codeType":"CODE_RDZT",
"text":"申请方审批不通过", "text":"省级审批不通过",
"pId":null, "pId":null,
"id":"04", "id":"04",
"isParent":false, "isParent":false,
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
}, },
{ {
"ids":"05", "ids":"05",
"label":"待部级审批", "label":"认定成功",
"codeType":"CODE_RDZT", "codeType":"CODE_RDZT",
"text":"待部级审批", "text":"认定成功",
"pId":null, "pId":null,
"id":"05", "id":"05",
"isParent":false, "isParent":false,
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
}, },
{ {
"ids":"02", "ids":"02",
"label":"待申请方审批", "label":"待省级审批",
"codeType":"CODE_RWZT", "codeType":"CODE_RWZT",
"text":"待申请方审批", "text":"待省级审批",
"pId":null, "pId":null,
"id":"02", "id":"02",
"isParent":false, "isParent":false,
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
}, },
{ {
"ids":"03", "ids":"03",
"label":"申请方领导通过", "label":"省级审批通过",
"codeType":"CODE_RWZT", "codeType":"CODE_RWZT",
"text":"申请方领导通过", "text":"省级审批通过",
"pId":null, "pId":null,
"id":"03", "id":"03",
"isParent":false, "isParent":false,
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
}, },
{ {
"ids":"04", "ids":"04",
"label":"申请方领导不通过", "label":"省级审批不通过",
"codeType":"CODE_RWZT", "codeType":"CODE_RWZT",
"text":"申请方领导不通过", "text":"省级审批不通过",
"pId":null, "pId":null,
"id":"04", "id":"04",
"isParent":false, "isParent":false,
...@@ -54,9 +54,9 @@ ...@@ -54,9 +54,9 @@
}, },
{ {
"ids":"06", "ids":"06",
"label":"部级领导不通过", "label":"部级审批不通过",
"codeType":"CODE_RWZT", "codeType":"CODE_RWZT",
"text":"部级领导不通过", "text":"部级审批不通过",
"pId":null, "pId":null,
"id":"06", "id":"06",
"isParent":false, "isParent":false,
......
...@@ -6492,7 +6492,7 @@ export default { ...@@ -6492,7 +6492,7 @@ export default {
} }
}); });
if (this.pageBszfc != "xprdsq" && this.pageBszfc != "tbxxgl") { if (this.pageBszfc != "xprdsq" && this.pageBszfc != "tbxxgl" && this.pageBszfc != "yardsq") {
self.doQuery("yes"); self.doQuery("yes");
} else { } else {
self.closeLoading(); self.closeLoading();
......
...@@ -588,7 +588,7 @@ export default [ ...@@ -588,7 +588,7 @@ export default [
name: 'yardsqfsp', name: 'yardsqfsp',
component: () => import('@/views/yard/yardsqfsp.vue'), component: () => import('@/views/yard/yardsqfsp.vue'),
meta: { meta: {
title: '隐案认定申请方审批', title: '省级审批',
}, },
}, },
{ {
......
...@@ -565,7 +565,7 @@ let maglPropLeftMenu = [ ...@@ -565,7 +565,7 @@ let maglPropLeftMenu = [
children: [ children: [
{ {
id: 'yardsqfsp', id: 'yardsqfsp',
label: '隐案认定申请方审批', label: '省级审批',
auth: 'M0203', auth: 'M0203',
index: '16-1', index: '16-1',
className: 'iconfont iconrizhi', className: 'iconfont iconrizhi',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment