From 0733833340a773ec9ea4d3acee3d37526161bfd9 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 22 八月 2024 16:51:03 +0800
Subject: [PATCH] 测试完成
---
src/views/repositoryai/templateku/index.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/repositoryai/templateku/index.vue b/src/views/repositoryai/templateku/index.vue
index 75e0cd4..cdd2e22 100644
--- a/src/views/repositoryai/templateku/index.vue
+++ b/src/views/repositoryai/templateku/index.vue
@@ -79,7 +79,7 @@
</el-form-item>
<el-form-item label="閫傜敤闄㈠尯" prop="region">
<el-select
- v-model="queryParams.campus"
+ v-model="campus"
size="medium"
multiple
filterable
@@ -557,6 +557,7 @@
pageNum: 1,
pageSize: 10,
},
+ campus: [],
// 琛ㄥ崟鏍¢獙
rules: {},
indexid: null,
@@ -603,6 +604,7 @@
methods: {
/** 鏌ヨ淇℃伅 */
getList() {
+ this.queryParams.campus = this.campus.join(",");
getFollowuplist(this.queryParams).then((res) => {
console.log(res);
console.log(this.userList);
@@ -622,8 +624,9 @@
downloadfn() {},
// 璺宠浆缂栬緫璇濇湳椤甸潰
compileUpdate(row) {
+ // this.$router.replace("/tpuconfigurat");
this.$router.push({
- path: "/knowledge/templateku/configurat/",
+ path: "/knowledge/tpuconfigurat/",
query: { id: row.id },
});
},
@@ -679,7 +682,7 @@
/** 鏂板鎸夐挳鎿嶄綔 */
handleAdd() {
this.$router.push({
- path: "/knowledge/templateku/configurat/",
+ path: "/knowledge/tpuconfigurat/",
query: { id: null, assortid: this.queryParams.assortid },
});
},
--
Gitblit v1.9.3