diff --git a/gyxtp/src/view/small.vue b/gyxtp/src/view/small.vue index 35e8f59..b7a5920 100644 --- a/gyxtp/src/view/small.vue +++ b/gyxtp/src/view/small.vue @@ -655,12 +655,12 @@ export default { data.mxMap["docTitle"] = data.mxMap["name"] data.zbMap["level"] = 1 data.zbMap["docTitle"] = data.zbMap["name"] - data.zhibMap["level"] = 1 - data.zhibMap["docTitle"] = data.zhibMap["name"] + // data.zhibMap["level"] = 1 + // data.zhibMap["docTitle"] = data.zhibMap["name"] this.data1 = [] this.data1.push(data.mxMap) this.data1.push(data.zbMap) - this.data1.push(data.zhibMap) + // this.data1.push(data.zhibMap) }) }, diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/WordSplitter.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/WordSplitter.java index b87916c..27715e7 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/WordSplitter.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/WordSplitter.java @@ -2268,7 +2268,7 @@ public class WordSplitter { zz.setDocLevel(1l); ZhyDoc zhy = test1Mapper.selectDoc(zz); zhy.setDocParentId(0l); - zhy.setGroupId(0l); + zhy.setGroupId(-1l); updateList.add(zhy); @@ -2287,7 +2287,7 @@ public class WordSplitter { aa.setDocUrl(String.valueOf(ll.get(a).get("docUrl"))); aa.setDocParentId(TopId); aa.setCreateTime(new Date()); - aa.setGroupId(0l); + aa.setGroupId(-1l); updateList.add(aa); } else { int aaaaa = 0; @@ -2318,7 +2318,7 @@ public class WordSplitter { newDoc.setCreateTime(new Date()); newDoc.setDocParentId(zhy1.getId()); System.out.println(newDoc); - newDoc.setGroupId(0l); + newDoc.setGroupId(-1l); updateList.add(newDoc); aaaaa = 1; break; @@ -2334,7 +2334,7 @@ public class WordSplitter { aa.setDocUrl(String.valueOf(ll.get(a).get("docUrl"))); aa.setDocParentId(TopId); aa.setCreateTime(new Date()); - aa.setGroupId(0l); + aa.setGroupId(-1l); System.out.println(aa); updateList.add(aa); } diff --git a/ruoyi-ui/src/views/system/create/index.vue b/ruoyi-ui/src/views/system/create/index.vue index fc6e297..350d475 100644 --- a/ruoyi-ui/src/views/system/create/index.vue +++ b/ruoyi-ui/src/views/system/create/index.vue @@ -510,11 +510,11 @@ export default { docTitle: res.mxMap.name, children: res.mxMap.children }, - { - id: res.zhibMap.id, - docTitle: res.zhibMap.name, - children: res.zhibMap.children - }, + // { + // id: res.zhibMap.id, + // docTitle: res.zhibMap.name, + // children: res.zhibMap.children + // }, ] }) @@ -1023,5 +1023,8 @@ export default { position: absolute; right: 2px; } +.el-cascader-menu__wrap { + height: 170px; +}