mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
80231931b7
commit
cd812db94f
@ -91,6 +91,9 @@
|
||||
},{
|
||||
id: '888800010016',
|
||||
name: '电费'
|
||||
},{
|
||||
id: '888800010009',
|
||||
name: '电费'
|
||||
}
|
||||
],
|
||||
feeConfig_index: -1,
|
||||
@ -179,7 +182,9 @@
|
||||
let _feeTypeCd = this.feeTypes[this.feeType_index].id;
|
||||
if (_feeTypeCd == '888800010015') {
|
||||
_meterType = '2020';
|
||||
}
|
||||
}else if(_feeTypeCd == '888800010009'){
|
||||
_meterType = '3030';
|
||||
}
|
||||
let _objData = {
|
||||
communityId: this.communityId,
|
||||
objId: this.roomId,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user