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

This commit is contained in:
zhengkunwang
2023-11-07 03:25:28 +00:00
committed by GitHub
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,