fix: 解决 PHP 版本切换可以选择 Node.js 的问题 (#2827)

This commit is contained in:
zhengkunwang 2023-11-07 11:25:28 +08:00 committed by GitHub
parent bb93cb076e
commit 09447e4988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,