Browse Source

监控设备状态统一

feature
mk 3 years ago
parent
commit
4012c87b4e
  1. 2
      src/views/modules/communityService/policy/addPolicy.vue
  2. 8
      src/views/modules/shequzhili/tuceng/zhonghe/shebei/cpts/record.vue

2
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);

8
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: [

Loading…
Cancel
Save