management/src/pages/party/manage/index.jsx
@@ -121,7 +121,6 @@ type="link" onClick={() => { showDelConfirm1(async () => { console.log('冻结') let status = await sendRequest(freeze, { id: record.id }) if (status) { actionRef.current.reload(); @@ -159,7 +158,6 @@ ] useEffect(() => { regionTree({}).then(res => { console.log('社区列表', res) setItems(() => res.data) }) }, []) @@ -236,7 +234,6 @@ ref={modalExportRef} visible={modalExport} onSave={async (fileds) => { console.log('上传文件数据', fileds); enterList(fileds).then(res => { if (res.code == 200) { if (res.data.length > 0) {