From 24cf574fb9fa3ad608de94100c397ab214fa6d4b Mon Sep 17 00:00:00 2001 From: zyd Date: Fri, 16 Sep 2022 10:44:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E5=87=86=E8=AF=86=E5=88=AB?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=A0=87=E5=87=86=E5=8F=B7=E3=80=81=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=9A=84=E5=BF=85=E5=A1=AB=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=20=20=20=E6=A0=87=E5=87=86=E9=A1=B9=E7=9B=AE=E8=AF=84=E4=BC=B0?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E9=A1=B9=E7=9B=AE=E5=88=86=E5=8F=91=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E6=9F=A5=E8=AF=A2=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=97=B6=E6=94=BE=E5=BC=80=E6=89=80=E6=9C=89=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=86=8D=E7=AE=A1=E6=8E=A7=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localTool/standardRecognition/index.vue | 20 +++++++++---------- .../pages/creatProcess/bzpg/step3.vue | 10 +++++++++- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue index dc2090731..e83ac8d4e 100644 --- a/src/pages/localTool/standardRecognition/index.vue +++ b/src/pages/localTool/standardRecognition/index.vue @@ -763,16 +763,16 @@ export default { // standId: '' }, upFileRules: { - standNumber: [ - { required: true, message: "标准号/政策号不能为空", trigger: "blur" }, - ], - standName: [ - { - required: true, - message: "标准名称/政策名称不能为空", - trigger: "blur", - }, - ], + // standNumber: [ + // { required: true, message: "标准号/政策号不能为空", trigger: "blur" }, + // ], + // standName: [ + // { + // required: true, + // message: "标准名称/政策名称不能为空", + // trigger: "blur", + // }, + // ], fileType: [ { required: true, message: "文本状态称不能为空", trigger: "change" }, ], diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue index 8a681e075..2152d9f46 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step3.vue @@ -344,6 +344,14 @@ align="center" prop="uname" label="项目经理"/> + + + {{$t('m.dataAcquisition')}} @@ -571,7 +579,7 @@ export default { getProductData() { this.replaceLoading = true // 已维护 状态 1 , 为维护 状态 0 - this.projectSearch.flag = '1' + // this.projectSearch.flag = '1' this.$http.get("sarStandProjectLibrary/queryProjects", { projectGroup: this.projectGroup, current: this.pageNo,