wupengfei
4 天以前 89436385a31b0f31c33bb4688ab7c3b549ecc125
src/hooks/industrialPark.ts
@@ -10,7 +10,7 @@
    placeholderData: () => [] as API.IndustrialParkDropDownOutput[],
  });
  /**奖励金园区 */
  /**可用资金园区 */
  const fourStreamsIndustrialParkList = computed(() => {
    return industrialParkList.value.filter((x) => !!x.rewardEnable);
  });