fix: 代客下单修改

This commit is contained in:
2025-10-09 16:48:13 +08:00
parent 5cd5265ffb
commit 4b9fc0ad3f
11 changed files with 436 additions and 246 deletions

View File

@@ -358,7 +358,7 @@ function handleSubmit() {
} else {
delete formData.id;
RoleApi.add({ ...formData, menuIdList: checkedMenuIds })
RoleApi.add({ ...formData, menuIdList: [] })
.then(() => {
ElMessage.success("新增成功");
handleCloseDialog();