| | |
| | | </el-form-item> |
| | | <el-form-item label="适用院区" prop="region"> |
| | | <el-select |
| | | v-model="queryParams.campus" |
| | | v-model="campus" |
| | | size="medium" |
| | | multiple |
| | | filterable |
| | |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | }, |
| | | campus: [], |
| | | // 表单校验 |
| | | rules: {}, |
| | | indexid: null, |
| | |
| | | methods: { |
| | | /** 查询信息 */ |
| | | getList() { |
| | | this.queryParams.campus = this.campus.join(","); |
| | | getFollowuplist(this.queryParams).then((res) => { |
| | | console.log(res); |
| | | console.log(this.userList); |
| | |
| | | // 跳转编辑话术页面 |
| | | compileUpdate(row) { |
| | | this.$router.push({ |
| | | path: "/knowledge/templateku/configurat/", |
| | | path: "/knowledge/tpuconfigurat/", |
| | | query: { id: row.id }, |
| | | }); |
| | | }, |
| | |
| | | /** 新增按钮操作 */ |
| | | handleAdd() { |
| | | this.$router.push({ |
| | | path: "/knowledge/templateku/configurat/", |
| | | path: "/knowledge/tpuconfigurat/", |
| | | query: { id: null, assortid: this.queryParams.assortid }, |
| | | }); |
| | | }, |