From 7ae9f2de696966c599fc8e0359b8d4dda6e01fe2 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 2 Nov 2022 10:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=B8=85=E5=8D=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=82=AC=E5=8A=9E=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/projectManagement/components/cuibanModel.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/cuibanModel.vue b/jero-web/src/views/projectManagement/components/cuibanModel.vue index af5c8550b..5e5e1542d 100644 --- a/jero-web/src/views/projectManagement/components/cuibanModel.vue +++ b/jero-web/src/views/projectManagement/components/cuibanModel.vue @@ -15,12 +15,13 @@
{{$t('CertificationProgress')}} + :title="$t('taskType')">{{$t('taskType')}}
@@ -51,7 +52,7 @@ export default { type: [ { required: true, - message: this.$t('PleaseSelect') + this.$t('CertificationProgress'), + message: this.$t('PleaseSelect') + this.$t('taskType'), trigger: 'change' } ] @@ -118,7 +119,7 @@ export default { }) ProjectTaskUrgVo = { projectLawsInventoryIds: projectLawsInventoryId.join(','), - type: this.formInline.type + type: this.formInline.type, } this.confirmLoading = true postAction('/project/projectLawsInventoryEO/taskUrg', ProjectTaskUrgVo).then((res) => {