mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
fix: 前端界面小问题修复
This commit is contained in:
@@ -154,7 +154,7 @@ watch(props, async (newValue: any) => {
|
||||
state.form = { ...newValue.data };
|
||||
state.form.machineIds = await cronJobApi.relateMachineIds.request({ cronJobId: state.form.id });
|
||||
} else {
|
||||
state.form = {} as any;
|
||||
state.form = { script: '', status: 1 } as any;
|
||||
state.chooseMachines = [];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user