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