Explorar el Código

服务-数据源-下拉数据

zhaoke hace 1 año
padre
commit
5ebcf478be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: