- {{ standShowItemEO.itemsNum }}
+ {{ standShowItemEO.itemsNum }}
-
- {{ standShowItemEO.itemsName }}
+
+ {{ standShowItemEO.itemsName }}
-
- 条款内容
+ {{
standShowItemEO.termsConditions ? standShowItemEO.termsConditions.replace(/<.*?>/ig, ' ') : ''
}}
-
- 解读内容
+
{{
standShowItemEO.readContent ? standShowItemEO.readContent.replace(/<.*?>/ig, ' ') : ''
@@ -1175,49 +1175,49 @@
-
- 新车型实施日期
+ {{
standShowItemEO.xccssrq
}}
-
- 在产车实施日期
+ {{
standShowItemEO.zccssrq
}}
-
- {{ standShowItemEO.applyArctic }}
+
+ {{ standShowItemEO.applyArctic }}
-
- {{
+
+ {{
standShowItemEO.responsibleUnit
}}
-
-
+
+
{{ standShowItemEO.dutyEngineer }}
-
-
+
+
{{ standShowItemEO.comparedWithPrevious }}
-
-
+
+
{{ standShowItemEO.complianceRequire }}
-
-
+
+
{{ standShowItemEO.complianceState }}
From 2ff8b784173a6baa40f91985bfd858a8b8c700ed Mon Sep 17 00:00:00 2001
From: shenyanpei
Date: Fri, 24 Dec 2021 15:21:39 +0800
Subject: [PATCH 04/12] =?UTF-8?q?=E6=B8=85=E5=8D=95=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/addEdit.vue | 20 +++++++++----------
.../pages/otherAddEit.vue | 15 ++++++++------
.../pages/projectAddEit.vue | 12 +++++------
3 files changed, 25 insertions(+), 22 deletions(-)
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
index 26874117b..68685d1fc 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue
@@ -81,9 +81,9 @@
-
+
@@ -202,7 +202,6 @@
@@ -212,7 +211,6 @@
@@ -220,7 +218,6 @@
@@ -327,7 +324,6 @@
@@ -335,14 +331,12 @@
@@ -635,9 +629,10 @@ export default {
// 新增、编辑 数据搜索字段
sarAccessInfoSearch: {
id: '',
- standName: '',
+ standNumber: '',
askType: '', // 监管类型
dataSource: 'INLAND_STAND', // 数据来源
+ pageNo: 1,
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
validFlag: 0,
@@ -649,6 +644,7 @@ export default {
standName: '',
askType: '', // 监管类型
dataSource: 'INLAND_STAND', // 数据来源
+ pageNo: 1,
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
validFlag: 0,
@@ -998,7 +994,7 @@ export default {
clearSearchLaws() {
this.sarAccessInfoSearch.askType = '' // 监管类型
this.sarAccessInfoSearch.dataSource = 'INLAND_STAND' // 数据来源
- this.sarAccessInfoSearch.standName = ''
+ this.sarAccessInfoSearch.standNumber = ''
this.sarAccessInfo.standName = ''
this.sarAccessInfo.standNumber = ''
this.isListType = false
@@ -1476,6 +1472,8 @@ export default {
})
},
pageInfo() {
+ this.sarAccessInfoSearch.pageNo = 1
+ this.sarAccessInfoSearch.page = 1
if (this.sarAccessInfoSearch.dataSource === 'INLAND_STAND' || this.sarAccessInfoSearch.dataSource === 'FOREIGN_STAND'){
StandardsInfoPage(this.sarAccessInfoSearch).then(res => {
this.sarAccessInfoSearchList = res.data.list
@@ -1526,6 +1524,8 @@ export default {
},
selectPage() {
+ this.sarAccessInfo.pageNo = 1
+ this.sarAccessInfo.page = 1
StandardsInfoPage(this.sarAccessInfo).then(res => {
this.sarAccessInfoSearchList = res.data.list
this.sarAccessInfoSearchList.forEach(item => {
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue
index 81dce1559..1cbe14f95 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue
@@ -182,12 +182,10 @@
@@ -195,7 +193,6 @@
show-overflow-tooltip
prop="zccssrq"
align="center"
- sortable
label="在产车实施日期">
@@ -305,14 +301,12 @@
@@ -499,6 +493,7 @@ export default {
askType: '', // 监管类型
dataSource: 'INLAND_STAND', // 数据来源
page: 1,
+ pageNo: 1,
Size: this.$store.getters.userInfo.configContent,
validFlag: 0,
advanceSearchVOStr: ''
@@ -510,6 +505,7 @@ export default {
askType: '', // 监管类型
dataSource: 'INLAND_STAND', // 数据来源
page: 1,
+ pageNo: 1,
pageSize: this.$store.getters.userInfo.configContent,
validFlag: 0,
advanceSearchVOStr: ''
@@ -832,6 +828,8 @@ export default {
// 点数据搜索 查询按钮 事件
searchLawsStands () {
this.showTableFlag = false
+ this.sarAccessInfoSearch.pageNo = 1
+ this.sarAccessInfoSearch.page = 1
this.selectLawsStands()
},
// 点击清空查询条件 按钮事件
@@ -1232,6 +1230,8 @@ export default {
})
},
pageInfo() {
+ this.sarAccessInfoSearch.pageNo = 1
+ this.sarAccessInfoSearch.page = 1
if (this.sarAccessInfoSearch.dataSource === 'INLAND_STAND' || this.sarAccessInfoSearch.dataSource === 'FOREIGN_STAND') {
StandardsInfoPage(this.sarAccessInfoSearch).then(res => {
this.sarAccessInfoSearchList = res.data.list
@@ -1282,6 +1282,8 @@ export default {
}
},
selectPage() {
+ this.sarAccessInfo.page = 1
+ this.sarAccessInfo.pageNo = 1
StandardsInfoPage(this.sarAccessInfo).then(res =>{
this.sarAccessInfoSearchList = res.data.list
this.sarAccessInfoSearchList.forEach(item => {
@@ -1297,6 +1299,7 @@ export default {
},
// 高级检索查询按钮
selectBtn() {
+ this.sarAccessInfo.pageNo = 1
if (this.sarAccessInfoSearch.dataSource === 'INLAND_STAND') {
this.sarAccessInfoSearch.standType = 'INLAND'
this.selectPage()
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue
index dfec4ebff..83dca2e39 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue
@@ -238,20 +238,17 @@
@@ -355,7 +352,6 @@
@@ -363,14 +359,12 @@
@@ -569,6 +563,7 @@ export default {
syrz: '',
typeApplicable: '',
dataSource: 'INLAND_STAND', // 数据来源
+ pageNo: 1,
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
validFlag: 0,
@@ -582,6 +577,7 @@ export default {
typeApplicable: '',
askType: '', // 监管类型
dataSource: 'INLAND_STAND', // 数据来源
+ pageNo: 1,
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
validFlag: 0,
@@ -1355,6 +1351,8 @@ export default {
},
// 查询按钮
selectLawsStands() {
+ this.sarAccessInfoSearch.pageNo = 1
+ this.sarAccessInfoSearch.page = 1
if (this.sarAccessInfoSearch.dataSource === 'INLAND_STAND') {
this.sarAccessInfoSearch.standType = 'INLAND'
this.pageInfo()
@@ -1371,6 +1369,8 @@ export default {
},
/** 高级查询查询按钮*/
selectPage() {
+ this.sarAccessInfo.pageNo = 1
+ this.sarAccessInfo.page = 1
StandardsInfoPage(this.sarAccessInfo).then(res => {
this.sarAccessInfoSearchList = res.data.list
this.sarAccessInfoSearchList.forEach(item => {
From e266fd731cc9ff6fd56b8cf741325ee04bf20706 Mon Sep 17 00:00:00 2001
From: zhutianqi
Date: Fri, 24 Dec 2021 15:37:04 +0800
Subject: [PATCH 05/12] commit
---
.../pages/creatProcess/bzjd/step1-1.vue | 6 +++
.../pages/creatProcess/bzjd/step1.vue | 6 +++
.../components/EnterpriseStandardDatabase.vue | 48 ++++++-------------
.../enterpriseStandardPlan/index.vue | 13 +++--
4 files changed, 35 insertions(+), 38 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue
index 1c6c4db0c..a22438391 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue
@@ -68,6 +68,7 @@
@@ -553,6 +554,11 @@
name: "bzjdStep1-1",
data() {
return {
+ pickerOptions: {
+ disabledDate(time) {
+ return time.getTime() < Date.now() - 8.64e7;//如果没有后面的-8.64e7就是不可以选择今天的
+ }
+ },
similarityDegree: '',
leftData: [],
rightData: [],
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
index fbd5f6cad..99c118937 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
@@ -69,6 +69,7 @@
@@ -563,6 +564,11 @@ export default {
name: "bzjdStep1",
data() {
return {
+ pickerOptions: {
+ disabledDate(time) {
+ return time.getTime() < Date.now() - 8.64e7;//如果没有后面的-8.64e7就是不可以选择今天的
+ }
+ },
similarityDegree: '',
leftData: [],
rightData: [],
diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
index 295ff82ea..04a0db39c 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
@@ -144,7 +144,7 @@
- {{ opt.label}}
+ {{ opt.label}}
@@ -158,14 +158,14 @@
- {{ opt.label}}
+ {{ opt.label}}
- {{ opt.label}}
+ {{ opt.label}}
@@ -471,9 +471,9 @@
@@ -515,8 +515,8 @@
placeholder="请选择文本状态"
clearable>
{{ opt.label }}
@@ -546,7 +546,6 @@
>
起草部门
@@ -1099,8 +1085,8 @@
placeholder="请选择文本状态"
clearable>
{{ opt.label }}
@@ -1146,7 +1132,6 @@
>
起草部门
getBussionStandTableBtn(sarBussionessSearch, advancedSearch)"-->
-
+
+
+
+
-
+
@@ -110,9 +110,9 @@
width="150"
align="center"
label="制修订状态">
-
- {{ scope.row.reviseStatus === '0'? '制定完成' : (scope.row.reviseStatus === '1'? '制定中' : '未制定') }}
-
+
+
+
Date: Fri, 24 Dec 2021 16:38:19 +0800
Subject: [PATCH 06/12] commit
---
.../processCenter/pages/creatProcess/bzjd/step1.vue | 9 ++++++---
.../processCenter/pages/creatProcess/bzzqyj/step1-1.vue | 5 +----
.../processCenter/pages/creatProcess/bzzqyj/step1.vue | 2 +-
.../workingGroup/components/workingGroup1/index.vue | 8 ++++----
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
index 99c118937..fe95f97af 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1.vue
@@ -96,11 +96,14 @@
tooltip-effect="dark"
style="width: 100%;"
height="100%"
- :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
- fontWeight: 'bold', height: '48px'}"
+ :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',fontWeight: 'bold', height: '48px'}"
@selection-change="handleSelectionChange"
row-key="id">
-
+
+
- {{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0, 10) : '-' }}
+ {{ scope.row.xcxssrq ? scope.row.xcxssrq : '-' }}
- {{ scope.row.ZCCSSRQ ? scope.row.ZCCSSRQ.substring(0, 10) : '-' }}
+ {{ scope.row.zccssrq ? scope.row.zccssrq : '-' }}
From 182fb7097d656484a9cda858ed5c0457b30bbb0f Mon Sep 17 00:00:00 2001
From: shenyanpei
Date: Fri, 24 Dec 2021 16:44:07 +0800
Subject: [PATCH 07/12] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=88=E8=A7=84?=
=?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=B5=81=E7=A8=8B-=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../processCenter/pages/phone/xmpg2/step3.vue | 463 ++++++++++++++++++
src/router/index.js | 12 +-
2 files changed, 474 insertions(+), 1 deletion(-)
create mode 100644 src/pages/processCenter/pages/phone/xmpg2/step3.vue
diff --git a/src/pages/processCenter/pages/phone/xmpg2/step3.vue b/src/pages/processCenter/pages/phone/xmpg2/step3.vue
new file mode 100644
index 000000000..06c812fd1
--- /dev/null
+++ b/src/pages/processCenter/pages/phone/xmpg2/step3.vue
@@ -0,0 +1,463 @@
+
+
+
+ 项目合规评估流程-项目
+ 工程经理进行转办
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.js b/src/router/index.js
index fc41c12da..674d19bd8 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -2211,7 +2211,7 @@ const routes = [
},
{
path: '/phoneXmpg2Step2',
- name: 'phoneXmpg2Step22',
+ name: 'phoneXmpg2Step2',
component: () => import('@/pages/processCenter/pages/phone/xmpg2/step2.vue'),
meta: {
isBoolean: true,
@@ -2219,6 +2219,16 @@ const routes = [
title: '项目合规评估流程'
}
},
+ {
+ path: '/phoneXmpg2Step3',
+ name: 'phoneXmpg2Step3',
+ component: () => import('@/pages/processCenter/pages/phone/xmpg2/step3.vue'),
+ meta: {
+ isBoolean: true,
+ requireAuth: true,
+ title: '项目合规评估流程'
+ }
+ },
{
path: '/phoneXmpg2Step7',
name: 'phoneXmpg2Step7',
From bcbdf947799ae05d40f7f69db62d26e52adb6e6e Mon Sep 17 00:00:00 2001
From: shenyanpei
Date: Fri, 24 Dec 2021 16:52:49 +0800
Subject: [PATCH 08/12] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=90=88=E8=A7=84?=
=?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=B5=81=E7=A8=8B-=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../processCenter/pages/phone/xmpg2/step3.vue | 33 ++++++++++---------
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/src/pages/processCenter/pages/phone/xmpg2/step3.vue b/src/pages/processCenter/pages/phone/xmpg2/step3.vue
index 06c812fd1..f0242772e 100644
--- a/src/pages/processCenter/pages/phone/xmpg2/step3.vue
+++ b/src/pages/processCenter/pages/phone/xmpg2/step3.vue
@@ -375,27 +375,28 @@ export default {
this.listForm.jgUser = data[0].name
}
} else {
- changeAssigneeNew({
- taskId: this.$route.query.taskIds, // 任务id
- assignee: data[0].id, // 被委托人
- userId: this.$store.getters.userInfo.userId, // 委托人
- pId: this.$route.query.prcId // 流程实例
- }).then(res => {
- this.isTransfer = false
- if (res.success) {
- this.$message.success('调整成功')
- this.$router.push("/processCenter");
- this.processNum()
- } else {
- this.$message.warning(res.message)
- }
- })
+ if (data.length > 0) {
+ changeAssigneeNew({
+ taskId: this.$route.query.taskIds, // 任务id
+ assignee: data[0].id, // 被委托人
+ userId: this.$store.getters.userInfo.userId, // 委托人
+ pId: this.$route.query.prcId // 流程实例
+ }).then(res => {
+ this.isTransfer = false
+ if (res.success) {
+ this.$message.success('调整成功')
+ this.$router.push("/processCenter");
+ this.processNum()
+ } else {
+ this.$message.warning(res.message)
+ }
+ })
+ }
}
},
},
mounted() {
this.getData();
- this.getTree();
}
};
From 1f45d2d1501b10b94253198fde7416fc267b1063 Mon Sep 17 00:00:00 2001
From: zhutianqi
Date: Fri, 24 Dec 2021 16:57:13 +0800
Subject: [PATCH 09/12] commit
---
src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue | 2 +-
src/pages/processCenter/pages/creatProcess/bzdy/step1.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue
index 4e254bf55..714e09912 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue
@@ -410,7 +410,7 @@
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.XLS' || fileSuffix === '.XLSX' || fileSuffix === '.pdf' || fileSuffix === '.PDF') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.XLS' || fileSuffix === '.XLSX' || fileSuffix === '.pdf' || fileSuffix === '.PDF' || fileSuffix === '.PPTX' || fileSuffix === '.pptx') {
return true
} else {
this.spinShow = false
diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue
index d78451f29..d0bb9d7a5 100644
--- a/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1.vue
@@ -402,7 +402,7 @@ export default {
var fileSuffix = filename.substring(index1, index2)
// const fileSuffix = file.name.split('.')[1] // 后缀名
// 判断上传文件格式
- if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.XLS' || fileSuffix === '.XLSX' || fileSuffix === '.pdf' || fileSuffix === '.PDF') {
+ if (fileSuffix === '.ppt' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.PPT' || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.XLS' || fileSuffix === '.XLSX' || fileSuffix === '.pdf' || fileSuffix === '.PDF' || fileSuffix === '.PPTX' || fileSuffix === '.pptx') {
return true
} else {
this.$message.error('文件' + file.name + '格式不正确,请上传PPT,DOCX,XLS,PDF文件')
From 9374d63d37b7418a5a35c35b8a7c8e7d9bc8a63c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Fri, 24 Dec 2021 15:21:19 +0800
Subject: [PATCH 10/12] commit
---
.../pages/creatProcess/xmpg/step3.vue | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/xmpg/step3.vue b/src/pages/processCenter/pages/creatProcess/xmpg/step3.vue
index 84d1538ad..aabf9187a 100644
--- a/src/pages/processCenter/pages/creatProcess/xmpg/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/xmpg/step3.vue
@@ -892,13 +892,16 @@ export default {
},
//提交事件
handleSubmit() {
- let standList = []
- this.breakdownList.forEach(item => {
- if (item.implementer) {
- standList.push(item);
- }
- });
- this.listForm.breakdownList = standList
+ if(this.breakdownList < 1){
+ this.$message.warning('请添加产品线数据')
+ }else{
+ let standList = [];
+ this.breakdownList.forEach(item => {
+ if (item.implementer) {
+ standList.push(item);
+ }
+ });
+ this.listForm.breakdownList = standList;
this.listForm.prcCreateUser = this.$store.getters.userInfo.userId;
this.listForm.applyUpdUserId = this.$store.getters.userInfo.userId;
this.listForm.prcCreateUserName = this.$store.getters.userInfo.account;
@@ -922,6 +925,7 @@ export default {
this.isSubmit = false;
}, e => {
});
+ }
},
drawerCheck(data) {
var getlist = this.$refs.tree.getCheckedNodes().concat(this.$refs.tree.getHalfCheckedNodes());
From 2a83a0d74ad7a35b43fb0d115c809530f503c94a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Fri, 24 Dec 2021 16:34:23 +0800
Subject: [PATCH 11/12] zxk commit
---
src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue | 2 +-
src/pages/processCenter/pages/creatProcess/bzzqyj/step5.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue
index 39b8aaee5..d5f99098f 100644
--- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step4.vue
@@ -184,7 +184,7 @@