隐藏“投资规模”选项
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user