Sfoglia il codice sorgente

服务-数据源-下拉数据

zhaoke 1 anno fa
parent
commit
5ebcf478be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/dataAccessPage/components/accessPageForm.vue

+ 1 - 1
src/views/dataAccessPage/components/accessPageForm.vue

@@ -176,7 +176,7 @@ export default {
             this.tableForm.algorithmname = ''
             this.tableForm.datasourceid = ''
             this.getSelectData('algorithmname', 20, { superiorid: id })
-            this.getSelectData('datasourceid', 12, { datasourcetype: id })
+            this.getSelectData('datasourceid', 12, { datasourcetype: code })
           }
           break;
         default: