fix:页面请求

This commit is contained in:
zhaohy
2024-08-23 13:35:53 +08:00
parent 6c3dd401ad
commit 75a582cdce
4 changed files with 4 additions and 5 deletions

View File

@@ -302,7 +302,6 @@
const getConditionalJudgment = (data: any) => {
const formattedValue = data.conditionalJudgment.replace(/(\d+)\.00/g, '$1');
// 返回处理后的值
console.log(formattedValue, 'value');
return formattedValue;
};
return {