Commit d9d0e084 authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent 32dd96d7
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
}, },
*delRemove({ playload }, { call, put }) { *delRemove({ playload }, { call, put }) {
console.log('触发'); // console.log('触发');
var detailData = null; var detailData = null;
yield put({ type: 'returnDataSaveDetail', detailData }); yield put({ type: 'returnDataSaveDetail', detailData });
}, },
......
/* /*
* @Author: your name * @Author: your name
* @Date: 2020-11-19 16:54:53 * @Date: 2020-11-19 16:54:53
* @LastEditTime: 2021-02-24 17:28:32 * @LastEditTime: 2021-02-25 16:35:05
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \tostumi\src\pages\AccountManagement\CompanyInformation\CompanyInformation.tsx * @FilePath: \tostumi\src\pages\AccountManagement\CompanyInformation\CompanyInformation.tsx
...@@ -65,7 +65,7 @@ const CompanyInformation = (props: any) => { ...@@ -65,7 +65,7 @@ const CompanyInformation = (props: any) => {
//表单提交 //表单提交
const onFinish = (values: any) => { const onFinish = (values: any) => {
// values.id = Means.id; values.id = Means.id ? Means.id : null;
RA(65, values); RA(65, values);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment