mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 22:18:07 +08:00
fix: 解决 PHP 版本切换可以选择 Node.js 的问题 (#2827)
This commit is contained in:
parent
bb93cb076e
commit
09447e4988
@ -47,7 +47,7 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const runtimeReq = reactive<Runtime.RuntimeReq>({ page: 1, pageSize: 200 });
|
const runtimeReq = reactive<Runtime.RuntimeReq>({ page: 1, pageSize: 200, type: 'php' });
|
||||||
const versionReq = reactive<Website.PHPVersionChange>({
|
const versionReq = reactive<Website.PHPVersionChange>({
|
||||||
websiteID: undefined,
|
websiteID: undefined,
|
||||||
runtimeID: undefined,
|
runtimeID: undefined,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user