user5 преди 1 година
родител
ревизия
eb542abae3
променени са 2 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 3 0
      src/views/dashboard/widgets/components/TodoList.vue
  2. 1 1
      src/views/flowable/task/TaskForm.vue

+ 3 - 0
src/views/dashboard/widgets/components/TodoList.vue

@@ -221,6 +221,9 @@
 			clearInterval(this.timer)
 			this.timer = null
 		},
+		activated() {
+			this.refreshList();
+		},
 		components: {
 			UserSelect,
 			UpdatePassword,

+ 1 - 1
src/views/flowable/task/TaskForm.vue

@@ -1023,7 +1023,7 @@ export default {
 										this.$router.push({path: '/sys/dashboard/workBench/PendingList'})
 										this.cc(data)
 									}else if (this.cs === 'cs') {
-										this.$router.push({path: ''})
+										this.$router.push({path: '/dashboard/index'})
 										this.cc(data)
 									}else if (this.cs === 'cs2') {
 										this.$router.push({path: '/home'})