mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-01 03:24:14 +08:00
fix: 解决容器未启动时无法编辑计划任务的问题 (#3622)
This commit is contained in:
parent
1e5ea024ad
commit
bc0fbc4461
@ -360,10 +360,10 @@ const handleClose = () => {
|
|||||||
|
|
||||||
const localDirID = ref();
|
const localDirID = ref();
|
||||||
|
|
||||||
const containerOptions = ref();
|
const containerOptions = ref([]);
|
||||||
const websiteOptions = ref([]);
|
const websiteOptions = ref([]);
|
||||||
const backupOptions = ref();
|
const backupOptions = ref([]);
|
||||||
const appOptions = ref();
|
const appOptions = ref([]);
|
||||||
|
|
||||||
const dbInfo = reactive({
|
const dbInfo = reactive({
|
||||||
isExist: false,
|
isExist: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user