diff --git a/frontend/src/views/website/website/config/php/version/index.vue b/frontend/src/views/website/website/config/php/version/index.vue index 942321e73..bc2a11fcf 100644 --- a/frontend/src/views/website/website/config/php/version/index.vue +++ b/frontend/src/views/website/website/config/php/version/index.vue @@ -47,7 +47,7 @@ const props = defineProps({ }, }); -const runtimeReq = reactive({ page: 1, pageSize: 200 }); +const runtimeReq = reactive({ page: 1, pageSize: 200, type: 'php' }); const versionReq = reactive({ websiteID: undefined, runtimeID: undefined,