Admin
2022-09-13 ea2b0825e761a55b17e7bfa044e8267de09c27a9
src/views/system/personShiftManage/personTimeManage/holidayTimeGroup/index.vue
@@ -323,7 +323,8 @@
                    if (state.chosenIndex == null) {
                        await addRecord(data);
                    } else {
                        (data.id = JSON.stringify(state.addRecord.id)), await editRecord(data);
                        data.id = JSON.stringify(state.addRecord.id)
                        await editRecord(data);
                    }
                    state.dialogAddRecord = false;
                } else {