|
@@ -2350,7 +2350,7 @@ const getStandardTypeOptions = async () => {
|
|
})
|
|
})
|
|
})
|
|
})
|
|
// 定义要过滤的 dictKey 值
|
|
// 定义要过滤的 dictKey 值
|
|
- const targetKeys = [1, 2, 3, 4]
|
|
|
|
|
|
+ const targetKeys = [1, 2, 3, 4, 5]
|
|
// 过滤数组
|
|
// 过滤数组
|
|
standardTypeOptions.value = standardTypeOptions.value.filter((item) =>
|
|
standardTypeOptions.value = standardTypeOptions.value.filter((item) =>
|
|
targetKeys.includes(item.value),
|
|
targetKeys.includes(item.value),
|