From 4012c87b4e9e74d5aeaea97e7472105b7746f66a Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 12 Apr 2023 09:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=8E=A7=E8=AE=BE=E5=A4=87=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityService/policy/addPolicy.vue | 2 +- .../shequzhili/tuceng/zhonghe/shebei/cpts/record.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue index fcbf35091..d0c1f2a84 100644 --- a/src/views/modules/communityService/policy/addPolicy.vue +++ b/src/views/modules/communityService/policy/addPolicy.vue @@ -654,7 +654,7 @@ export default { const url = "/actual/base/serviceitem/listServerOrg"; let params = { serviceTypeId: this.formData.policyCategoryL2, - serverOrgType: this.formData.assignInfo.serverOrgType, + serverOrgType: this.newFormData.serverOrgType ||this.formData.assignInfo.serverOrgType, businessType: "common_service", }; console.log(this.formData); diff --git a/src/views/modules/shequzhili/tuceng/zhonghe/shebei/cpts/record.vue b/src/views/modules/shequzhili/tuceng/zhonghe/shebei/cpts/record.vue index 21fe1d3b1..9b9db75b7 100644 --- a/src/views/modules/shequzhili/tuceng/zhonghe/shebei/cpts/record.vue +++ b/src/views/modules/shequzhili/tuceng/zhonghe/shebei/cpts/record.vue @@ -385,12 +385,12 @@ export default { }, optionResult: [ { - label: "合格", - value: "0", + label: "正常", + value: "1", }, { - label: "不合格", - value: "1", + label: "异常", + value: "0", }, ], optionStaff: [