装备列表新增参数修改
This commit is contained in:
parent
ab87fbd2f0
commit
fb44ac12fd
|
|
@ -489,10 +489,10 @@ import { number } from "echarts";
|
||||||
this.formData.unitName = deviceTypeList[0].data.unitName
|
this.formData.unitName = deviceTypeList[0].data.unitName
|
||||||
let manageType = deviceTypeList[0].data.manageType
|
let manageType = deviceTypeList[0].data.manageType
|
||||||
if(manageType=='1'){//数量
|
if(manageType=='1'){//数量
|
||||||
this.formData.deviceCount=1
|
this.$set(this.formData,"deviceCount",1)
|
||||||
this.countDisabled=false
|
this.countDisabled=false
|
||||||
}else if(manageType=='0'){//编码
|
}else if(manageType=='0'){//编码
|
||||||
this.formData.deviceCount=1
|
this.$set(this.formData,"deviceCount",1)
|
||||||
this.countDisabled=true
|
this.countDisabled=true
|
||||||
}
|
}
|
||||||
console.log(this.formData)
|
console.log(this.formData)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue