@@ -589,7 +589,7 @@ export default {
this.$router.push({
path: '/Deduction/taskSettingssss',
query: {
- plan: encodeURIComponent(JSON.stringify(plan))
+ plan: JSON.stringify(plan)
}
});
},