@@ -23,6 +23,7 @@ export default function Component(props: {
updateStatus: Function,
special: any
}) {
+ debugger
const scrollViewRef = useRef<any>();
const isFT_IN = props.special == 'FT_IN'
const minNum: number = props.min;//props.step < 1 ?props.default_value-2:props.default_value-20//
@@ -480,6 +480,7 @@ export default function Component(props: any) {
confirm_time: new Date().getTime()
}
global.postBtnUpdateStatus('normal');
uploadMetric(params).then(res => {
@@ -32,6 +32,7 @@ export default function Component(props: { item: any, strTime: string, showPicke
obj = temp
var tempMap = JSON.parse(JSON.stringify(currentSel))
tempMap[index] = i;
+ item.tempUnit = temp.unit
})