forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-03 ec720735f47ec0f9ffae7e84b1189bc9a7b1c6ed
gz-customerSystem/src/views/register/visit/component/levelDetail.jsx
@@ -2,7 +2,7 @@
 * @Author: dminyi 1301963064@qq.com
 * @Date: 2024-08-27 16:47:12
 * @LastEditors: dminyi 1301963064@qq.com
 * @LastEditTime: 2024-09-02 20:21:12
 * @LastEditTime: 2024-09-03 14:35:13
 * @FilePath: \gzDyh\gz-customerSystem\src\views\register\visit\component\levelDetail.jsx
 * @Description: 右抽屉提示
 */
@@ -79,6 +79,7 @@
const NoHandleReason = ({ visible, onClose }) => {
    return (
        <div className='MyDrawer'>
        <MyDrawer
            visible={visible}
            onClose={onClose}
@@ -95,6 +96,8 @@
            </div>
        </MyDrawer>
        </div>
    )
}