装备列表新增参数修改

This commit is contained in:
zzyuan 2024-11-26 14:56:36 +08:00
parent ab87fbd2f0
commit fb44ac12fd
1 changed files with 2 additions and 2 deletions

View File

@ -489,10 +489,10 @@ import { number } from "echarts";
this.formData.unitName = deviceTypeList[0].data.unitName
let manageType = deviceTypeList[0].data.manageType
if(manageType=='1'){//
this.formData.deviceCount=1
this.$set(this.formData,"deviceCount",1)
this.countDisabled=false
}else if(manageType=='0'){//
this.formData.deviceCount=1
this.$set(this.formData,"deviceCount",1)
this.countDisabled=true
}
console.log(this.formData)