字典:后台重载bug
This commit is contained in:
@@ -15,7 +15,8 @@ export interface DicRMB {
|
||||
|
||||
export const dicRMB = new Map<string, DicRMB>();
|
||||
export function loadRMB() {
|
||||
|
||||
dicRMB.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_RMB);
|
||||
arr.forEach(o => {
|
||||
dicRMB.set(o.productID, o);
|
||||
|
||||
Reference in New Issue
Block a user