瀏覽代碼

Merge branch 'master' of http://39.98.38.2:13000/dumingliang/sh-model-platform

ZhuDeKang 4 月之前
父節點
當前提交
cc9540ac68
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      ruoyi-ui/src/views/register/modelData/dataJi.vue

+ 6 - 6
ruoyi-ui/src/views/register/modelData/dataJi.vue

@@ -848,13 +848,13 @@ const upload = reactive({
 const tableDataCan = ref([])
 const optionsShuLei = ref([
   {label:"SQL数据集",
-    value:'SQL数据集'
+    value:'SQL'
   },
   {label:"API数据集",
-    value:'API数据集'
+    value:'API'
   },
   {label:"文件数据集",
-    value:'文件数据集'
+    value:'FILE'
   },
 ])
 const valueNode = ref('')
@@ -1446,7 +1446,7 @@ async function showPei(row){
       }
     }
   })
-  if(row.dcType==='SQL数据集'){
+  if(row.dcType==='SQL'){
     dialogVisibleTree.value = true
     getDataJiSql(row.dcCode).then(res=>{
       if(res.code===200){
@@ -1455,7 +1455,7 @@ async function showPei(row){
       }
     })
   }
-  if(row.dcType==='API数据集'){
+  if(row.dcType==='API'){
     dialogVisibleApi.value = true
     getDataJiApi(row.dcCode).then(res=>{
       if(res.code===200){
@@ -1463,7 +1463,7 @@ async function showPei(row){
       }
     })
   }
-  if(row.dcType==='文件数据集'){
+  if(row.dcType==='FILE'){
     dialogVisibleFile.value = true
    getDataJiFile(row.dcCode).then(res=>{
       if(res.code===200){