perf: 证书流水线创建域名输入框支持获取域名数据进行选择

This commit is contained in:
xiaojunnuo
2026-01-22 18:33:39 +08:00
parent d1ebc08478
commit 1d5b1c239c
7 changed files with 184 additions and 10 deletions
@@ -85,7 +85,9 @@ const message = ref("");
const hasError = ref(false);
const loading = ref(false);
const pagerRef: Ref = ref({
current: 1,
pageNo: 1,
total: 0,
pageSize: 100,
});
const getOptions = async () => {
if (loading.value) {