Kaynağa Gözat

一般治疗到医嘱改完content,text有可能没有内容(1680)

zhangxc 6 yıl önce
ebeveyn
işleme
e5927c0f31
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/store/async-actions/treat.js

+ 1 - 1
src/store/async-actions/treat.js

@@ -393,7 +393,7 @@ export const commonTreatAddToAdvice = () => {
             })
             })
             dispatch({
             dispatch({
                 type: SET_COMMONTREATMENT,
                 type: SET_COMMONTREATMENT,
-                commontreatment: state.treat.treatItem.treat.commonTreatment.text
+                commontreatment: state.treat.treatItem.treat.commonTreatment.content
             })
             })
             if(followUp) {
             if(followUp) {
                 dispatch({
                 dispatch({