Browse Source

服务-数据源-下拉数据

zhaoke 1 năm trước cách đây
mục cha
commit
5ebcf478be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: