修改
This commit is contained in:
parent
4f02bdb066
commit
7561472cd0
@ -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",
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user