fix: 修复阿里云订阅流水线创建对话框无法获取阿里订单列表的bug

This commit is contained in:
xiaojunnuo
2026-05-11 23:47:48 +08:00
parent c966896522
commit a362860137
6 changed files with 138 additions and 125 deletions
@@ -74,7 +74,6 @@ const props = defineProps<
uploadCert?: UploadCertProps;
} & ComponentPropsType
>();
debugger;
const emit = defineEmits<{
"update:value": any;
}>();
@@ -141,8 +140,7 @@ const getOptions = async () => {
}
}
}
message.value = "";
message.value = "获取中...";
hasError.value = false;
loading.value = true;
const pageNo = pagerRef.value.pageNo;