|
@@ -203,6 +203,7 @@ export default {
|
|
|
response.data.custInfo.height != undefined ? that.healthData.height = response.data.custInfo.height : '';
|
|
|
response.data.custInfo.weight != undefined ? that.healthData.weight = response.data.custInfo.weight : '';
|
|
|
response.data.custInfo.bmi != undefined ? that.healthData.bmi = response.data.custInfo.bmi : '';
|
|
|
+ console.log(that.healthData)
|
|
|
that.labelAll();
|
|
|
that.labelHy();
|
|
|
response.data.insuranceclaimthread != undefined?that.claimData = response.data.insuranceclaimthread:that.claimData = [];
|