This commit is contained in:
闫晓茹 2024-07-16 15:45:35 +08:00
parent 4f02bdb066
commit 7561472cd0
2 changed files with 5 additions and 14 deletions

View File

@ -492,6 +492,7 @@ export default {
this.title = "添加常用术语(知识库)";
},
handle(row) {
console.log(row,'row')
// this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
this.$router.push({
path: "/knowledge/bankSpecialization",

View File

@ -239,7 +239,7 @@ import {
selectTermBankList,
} from "@/api/system/bank";
export default {
name: "Bank",
name: "Banks",
data() {
return {
itemname: "",
@ -299,23 +299,13 @@ export default {
mounted() {
this.getMaxTableHeight();
this.screenChange();
},
created() {
// console.log(this.$route.query, "parentTermCode");
this.queryParams.parentTermCode = this.$route.query.parentTermCode;
this.getList();
// this.mentlist();
},
created() {
},
methods: {
// change(e) {
// console.log(e, "78");
// // console.log(this.$refs.cascader)
// // this.form.parentId = e;
// if (e) {
// this.form.parentId = e[e.length - 1];
// }
// },
/** 查询常用术语(知识库)列表 */
getList() {
this.loading = true;