|
@@ -415,7 +415,7 @@ export default {
|
|
|
this.userForm.phone = res.datas.contact_phone != 'null' ? res.datas.contact_phone : ''
|
|
|
this.balanceForm.alarm_amount = res.datas.alarm_amount != 'null' ? res.datas.alarm_amount : ''
|
|
|
this.warningList = res.datas.warning_phone
|
|
|
- this.phoneForm.time_out = res.datas.timeout
|
|
|
+ this.phoneForm.time_out = res.datas.time_out
|
|
|
this.phoneForm.quality = res.datas.quality
|
|
|
}
|
|
|
} catch (error) {
|