Browse Source

修改bug

XMLWAN 4 years ago
parent
commit
6ac4420e0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/patient.js

+ 1 - 1
src/api/patient.js View File

308
 }
308
 }
309
 
309
 
310
 export function UpdateDryWeightData(params) {
310
 export function UpdateDryWeightData(params) {
311
-  console.log('我是傻子', params)
311
+
312
   return request({
312
   return request({
313
     url: '/api/patient/updatedryweightdata',
313
     url: '/api/patient/updatedryweightdata',
314
     method: 'Post',
314
     method: 'Post',