瀏覽代碼

修复公用字典弹窗无法关闭

code4eat 2 年之前
父節點
當前提交
36a1d98ea7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/setting/baseSetting/dicClassfication/index.tsx

+ 2 - 2
src/pages/setting/baseSetting/dicClassfication/index.tsx

@@ -2,7 +2,7 @@
  * @Author: code4eat awesomedema@gmail.com
  * @Date: 2023-03-03 11:30:33
  * @LastEditors: code4eat awesomedema@gmail.com
- * @LastEditTime: 2023-03-22 14:55:49
+ * @LastEditTime: 2023-03-23 15:32:19
  * @FilePath: /KC-MiddlePlatform/src/pages/platform/setting/pubDicTypeMana/index.tsx
  * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  */
@@ -116,7 +116,7 @@ export default function DicClassfication() {
             }
         }
 
-
+        return true;
     }
 
     const UpDataActBtn = ({ record, type }: { record: any, type: 'EDIT' | 'ADD' }) => {