张涛 2 年 前
コミット
21572ef7d0
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0
    2
      src/pages/issue/index.jsx

+ 0
- 2
src/pages/issue/index.jsx ファイルの表示

@@ -161,7 +161,6 @@ export default (props) => {
161 161
     {
162 162
       title: "上报人",
163 163
       dataIndex: "userName",
164
-      // hideInSearch: true,
165 164
     },
166 165
     {
167 166
       title: "办结时间",
@@ -207,7 +206,6 @@ export default (props) => {
207 206
     return params;
208 207
   };
209 208
   const handleDelete = (row) => {
210
-    console.log(row);
211 209
     deleteTaOrgIssue(row.issueId).then(() => {
212 210
       issueIdRef.current.reload();
213 211
     });