@ -174,8 +174,8 @@ export default {
/** 返回页面 */
goBack() {
// 关闭当前标签页并返回上个页面
this.$store.dispatch("tagsView/delView", this.$route);
this.$router.go(-1)
const obj = { path: "/task/finished", query: { t: Date.now()} };
this.$tab.closeOpenPage(obj);
},
}
};
@ -173,8 +173,8 @@ export default {
const obj = { path: "/task/process", query: { t: Date.now()} };
@ -109,8 +109,8 @@ export default {
/** 接收子组件传的值 */
getData(data) {
@ -380,8 +380,8 @@ export default {
const obj = { path: "/task/todo", query: { t: Date.now()} };
/** 驳回任务 */
handleReject() {
@ -544,8 +544,8 @@ export default {
this.idGlobal = 100
this.open = false;
const obj = { path: "/flowable/form", query: { t: Date.now()} };
});