Browse Source

树穿梭框

liwenxuan_v4
liwenxuan 2 years ago
parent
commit
36fd3ac0ae
  1. 3
      src/widget/lowcodetransfer/lowcodeTransfer.vue

3
src/widget/lowcodetransfer/lowcodeTransfer.vue

@ -68,7 +68,7 @@ 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() {
@ -79,7 +79,6 @@ function getDetail() {
method: transferConfig.method,
});
}
}
if(transferConfig.transferDataSource==="数据源"){
getDetail().then(({ data }) => {

Loading…
Cancel
Save