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 = "添加常用术语(知识库)"; this.title = "添加常用术语(知识库)";
}, },
handle(row) { handle(row) {
console.log(row,'row')
// this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => { // this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
this.$router.push({ this.$router.push({
path: "/knowledge/bankSpecialization", path: "/knowledge/bankSpecialization",

View File

@ -239,7 +239,7 @@ import {
selectTermBankList, selectTermBankList,
} from "@/api/system/bank"; } from "@/api/system/bank";
export default { export default {
name: "Bank", name: "Banks",
data() { data() {
return { return {
itemname: "", itemname: "",
@ -299,23 +299,13 @@ export default {
mounted() { mounted() {
this.getMaxTableHeight(); this.getMaxTableHeight();
this.screenChange(); this.screenChange();
},
created() {
// console.log(this.$route.query, "parentTermCode");
this.queryParams.parentTermCode = this.$route.query.parentTermCode; this.queryParams.parentTermCode = this.$route.query.parentTermCode;
this.getList(); this.getList();
// this.mentlist(); },
created() {
}, },
methods: { 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() { getList() {
this.loading = true; this.loading = true;