mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-24 02:59:16 +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>({
|
||||
websiteID: undefined,
|
||||
runtimeID: undefined,
|
||||
|
Loading…
Reference in New Issue
Block a user