Commit 94b3176b by lixinming

no message

parent 1a1c2869
......@@ -294,7 +294,7 @@ export async function getZhyy() {
for (let i = 0; i < 产业规模分析List.length; i++) {
let {num} = 产业规模分析List[i];
if (itemCount > num) {
产业规模分析List[i].value += itemCount;
产业规模分析List[i].value += 1;
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment