Browse Source

护理记录单修改

‘chenzhilei’ 2 weeks ago
parent
commit
a09f8a579a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/medical-advice/nursing-manage/FirstHuLiDan.vue

+ 3 - 1
src/components/medical-advice/nursing-manage/FirstHuLiDan.vue

@@ -753,7 +753,9 @@ const closeHld =()=>{
 //保存护理单
 const saveHuLiDan=(val)=>{
     setFormData(formData.value)
-    saveYzTemperature(formData.value).then((res)=>{
+    let datas = formData.value
+    delete datas.detailNo
+    saveYzTemperature(datas).then((res)=>{
         if(val != 1){
             //保存
             emit('refreshHuLidan')