tag title 公告

This commit is contained in:
zhanglipeng
2021-05-22 10:54:04 +08:00
parent 42df499ff1
commit 256478d27c
7 changed files with 156 additions and 5 deletions

View File

@ -118,6 +118,10 @@ export default {
this.getTaskList();
},
methods: {
setTitle() {
// const $tag = document.querySelector('.tags-view-item.router-link-exact-active.router-link-active.active');
// console.log(tag);
},
getDetail() {
getDayflowassessment(this.id).then((response) => {
//console.log(response);

View File

@ -284,7 +284,13 @@ export default {
},
handleAssessment(row) {
const id = row.id;
this.$router.push({ path: "/benyi/dayflowassessments/details/" + id });
this.$router.push({
path: "/benyi/dayflowassessments/details/" + id,
query: {
dayflowassessmentteacherdetails:
"一日流程评估(" + row.pgdxxm + "",
},
});
},
handleAdd() {
this.$router.push({