This commit is contained in:
2023-10-08 20:11:42 +08:00
parent 8c6b314546
commit 89fc1102f9
8 changed files with 89 additions and 28 deletions

View File

@@ -158,10 +158,12 @@ const handleClickLogo = () => {
router.push({ name: "Workplace" })
}
// 测试生成文档
const testCreate = ()=>{
dgGenerateApi.createTestDemand()
// 测试生成文档-测试项和方法
const testCreate = async ()=>{
const st = await dgGenerateApi.createTestDemand()
Message.success(st.message)
}
</script>
<style scoped lang="less">