diff --git a/src/widget/lowcodetransfer/lowcodeTransfer.vue b/src/widget/lowcodetransfer/lowcodeTransfer.vue index f72542ac7..060d8faee 100644 --- a/src/widget/lowcodetransfer/lowcodeTransfer.vue +++ b/src/widget/lowcodetransfer/lowcodeTransfer.vue @@ -68,18 +68,17 @@ const keyword = ref('') // 搜索关键字 const checkList = ref([]) // 选中的list const userList = ref([]) let checkedIdList = ["302697","ceshi","301625"]; -checkedIdList = ["thefirstrootnode"]; +checkedIdList = []; const url = transferConfig.apiUrl;/* '/javasys/lowCode/transfer/getOrgAndManTree' */ function getDetail() { console.log(11111) if(transferConfig.transferDataSource==="数据源"){ return request({ - url: url, - method: transferConfig.method, - }); + url: url, + method: transferConfig.method, + }); } - } if(transferConfig.transferDataSource==="数据源"){ getDetail().then(({ data }) => {