隐藏“投资规模”选项

This commit is contained in:
锦麟 王
2026-07-15 11:14:26 +08:00
parent a53ea3e6df
commit 420bb2a291
@@ -32,6 +32,8 @@ function setRuleDiv() {
function getRules() {
var items = [];
for (var i = 0; i < selectItems.length; i++) {
// 隐藏"投资规模"选项(仅保留"字段复核")
if (selectItems[i].Text === '投资规模') continue;
items.push({
Value: selectItems[i].Value,
Text: selectItems[i].Text