mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-17 07:03:42 +08:00
fix bugs
This commit is contained in:
@@ -54,9 +54,9 @@ const formData = ref();
|
||||
watch(
|
||||
() => job,
|
||||
(newJob) => {
|
||||
formData.value = {
|
||||
cronExpression: newJob?.cronExpression,
|
||||
};
|
||||
formData.value = {
|
||||
cronExpression: newJob?.cronExpression,
|
||||
};
|
||||
},
|
||||
{ immediate: true },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user