更新流程

pull/4/head
张腾 2024-08-29 15:31:54 +08:00
parent b059c1a1ba
commit a5180d05f3
1 changed files with 4 additions and 3 deletions

View File

@ -57,6 +57,7 @@
<script>
import { Graph } from "@antv/x6";
import {extractDataName} from "../../../api/etl/etl";
import {selectHandleClick} from "../../../api/property/property";
export default {
name: "antvX6",
data() {
@ -97,9 +98,9 @@ export default {
},
getDatabaseMessage(){
this.dialogVisible = true
extractDataName().then(response => {
this.tables = response.data
})
selectHandleClick().then(res =>{
this.tables = res.data
})
},
//todo
nodeAddEvent() {