Kaynağa Gözat

流程处理bug调整

user5 1 yıl önce
ebeveyn
işleme
eb542abae3

+ 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'})