zhaoen 3 ヶ月 前
コミット
e4bec478ee
1 ファイル変更1 行追加1 行削除
  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)
         }
       });
     },