fix:修改获取镜像套餐参数
Build and Deploy Vue3 / build (push) Successful in 1m6s
Build and Deploy Vue3 / deploy (push) Successful in 1m48s

This commit is contained in:
2025-10-15 16:37:13 +08:00
parent e8fa0d7c2c
commit d0c706f645
+1 -1
View File
@@ -674,7 +674,7 @@ const toLoad = async (data) => {
})
form.server_id = data
nowserver_id.value = data
let res = await getServerPlan(data)
let res = await getServerPlan({server_id:data,count:100})
planlist.value = res.data.data.map(item => {
return {
name: item.name,