45
chenyincheng
2023-02-25 387cceb92cb2ed96bdb4a38d355d389d7252f122
src/views/home/index.vue
@@ -194,11 +194,7 @@
            console.log("播报完成...")
          })
        }
        else {
          if( Number(weightInfo.value.result)<=10){
            return false
          }
          else if (weightInfo.value.result !== "0") {
        if (weightInfo.value.result !== "0") {
            // 发送结果到sockte服务
            const mode = {
              patientCode: patientInfo.value.code,
@@ -233,8 +229,6 @@
              state.aimTSL = (Number(weightInfo.value.result) - Number(patientInfo.value.pureWeight)).toFixed(2)
            }
          }
        }
      }
    );
    watch(