mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -61,10 +61,7 @@ export const handleUpdateGroup = () => {
|
||||
const data = settingGroupFormData.value;
|
||||
|
||||
api.updateGroup(data.isvId, data.groupIds).then(() => {
|
||||
ElMessage({
|
||||
message: "保存成功",
|
||||
type: "success"
|
||||
});
|
||||
ElMessage.success("保存成功");
|
||||
dlgGroupSetting.value = false;
|
||||
search();
|
||||
});
|
||||
|
Reference in New Issue
Block a user