fix: 解决容器未启动时无法编辑计划任务的问题 (#3622)

This commit is contained in:
ssongliu
2024-01-16 16:03:56 +08:00
committed by GitHub
parent 1e5ea024ad
commit bc0fbc4461
+3 -3
View File
@@ -360,10 +360,10 @@ const handleClose = () => {
const localDirID = ref();
const containerOptions = ref();
const containerOptions = ref([]);
const websiteOptions = ref([]);
const backupOptions = ref();
const appOptions = ref();
const backupOptions = ref([]);
const appOptions = ref([]);
const dbInfo = reactive({
isExist: false,