diff --git a/frontend/src/views/cronjob/cronjob/operate/index.vue b/frontend/src/views/cronjob/cronjob/operate/index.vue index 9fb16d0e7..f486e6dce 100644 --- a/frontend/src/views/cronjob/cronjob/operate/index.vue +++ b/frontend/src/views/cronjob/cronjob/operate/index.vue @@ -352,13 +352,7 @@ - + { const isDatabase = () => { return form.type === 'database'; }; +const supportMysqlBackupArgs = () => { + return ['mysql', 'mysql-cluster', 'mariadb'].includes(form.dbType); +}; const loadNext = async (spec: any) => { nextTimes.value = [];