Browse Source

客户详情取值完善

kouchengxing 4 years ago
parent
commit
a91a4b8e29

+ 1 - 1
dgtis-ui/src/views/system/userInfo/components/contractInformation.vue

@@ -100,7 +100,7 @@
         </el-col>
         <el-col :span="12">
           <span class="name">业务员</span>
-          <span class="value">{{item.salesperson}}</span>
+          <span class="value">{{item.spname}}</span>
         </el-col>
         <el-col :span="12">
           <span class="name">业绩归属</span>

+ 1 - 0
dgtis-ui/src/views/system/userInfo/index.vue

@@ -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 = [];