Browse Source

仿真推演

zhaoen 3 months ago
parent
commit
e4bec478ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Deduction/taskSetting/processcontrol.vue

+ 1 - 1
src/views/Deduction/taskSetting/processcontrol.vue

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