tag title 公告
This commit is contained in:
@ -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);
|
||||
|
@ -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({
|
||||
|
Reference in New Issue
Block a user