mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
日志存储时间
This commit is contained in:
parent
1734fc5695
commit
55874b5378
@ -117,7 +117,7 @@ export default defineComponent({
|
||||
|
||||
// 保存天数
|
||||
function saveDay() {
|
||||
service.base.sys.log.setKeep(day.value).then(() => {
|
||||
service.base.sys.log.setKeep({ value: day.value }).then(() => {
|
||||
ElMessage.success("保存成功");
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user