diff --git a/pc4mobx/hrmSalary/apis/welfareScheme.js b/pc4mobx/hrmSalary/apis/welfareScheme.js
index b46fe837..d0e0b11c 100644
--- a/pc4mobx/hrmSalary/apis/welfareScheme.js
+++ b/pc4mobx/hrmSalary/apis/welfareScheme.js
@@ -25,7 +25,6 @@ export const createScheme = params => {
}).then(res => res.json())
};
export const updateScheme = params => {
-
return fetch('/api/bs/hrmsalary/scheme/update', {
method: 'POST',
mode: 'cors',
diff --git a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js
index 0fece0ec..a7465898 100644
--- a/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js
+++ b/pc4mobx/hrmSalary/pages/socialSecurityBenefits/archives/accumulationFundForm.js
@@ -1,7 +1,7 @@
import React from "react";
import { inject, observer } from "mobx-react";
import { Col, Row, Select } from "antd";
-import { WeaCheckbox, WeaDatePicker, WeaInput } from "ecCom";
+import { WeaCheckbox, WeaDatePicker, WeaInput, WeaSelect } from "ecCom";
import GroupCard from "../../../components/groupCard";
import cs from "classnames";
import "./index.less";
@@ -80,18 +80,20 @@ export default class AccumulationFundForm extends React.Component {
公积金方案名称:
-