From 8f7dd147703c853f0168b1bcfcc153a3b0a6b7e7 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 28 二月 2024 14:49:04 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/system/user/components/assignRole.jsx | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-flow/src/pages/system/user/components/assignRole.jsx b/zy-asrs-flow/src/pages/system/user/components/assignRole.jsx
index 6f0433c..efa3a73 100644
--- a/zy-asrs-flow/src/pages/system/user/components/assignRole.jsx
+++ b/zy-asrs-flow/src/pages/system/user/components/assignRole.jsx
@@ -4,10 +4,12 @@
ProFormDigit,
ProFormSelect,
} from '@ant-design/pro-components';
+import { FormattedMessage, useIntl } from '@umijs/max';
import { Form, Modal } from 'antd';
import Http from '@/utils/http';
const AssignRole = (props) => {
+ const intl = useIntl();
const [form] = Form.useForm();
const { } = props;
--
Gitblit v1.9.1