update 调整大病人数类型

This commit is contained in:
zk
2024-07-02 10:35:46 +08:00
parent 8551369cfb
commit 9e8a5da257
6 changed files with 5 additions and 10 deletions
+1 -2
View File
@@ -140,9 +140,8 @@ export function t(key) {
let keys = key.split('.');
let obj = {};
for (let i = 0; i < keys.length; i++) {
// debugger;
value = value[keys[i]];
}
return value;
}
}
}