seimin 2 年 前
コミット
d06b71b247
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      src/views/summaryOrder.vue

+ 3 - 3
src/views/summaryOrder.vue

@@ -131,7 +131,7 @@ export default {
131
               icon: "cubeic-right",
131
               icon: "cubeic-right",
132
               onConfirm: (e, promptValue) => {
132
               onConfirm: (e, promptValue) => {
133
                 this.$router.push({
133
                 this.$router.push({
134
-                  path: `/main/incidentNewList/todo/0`
134
+                  path: `/main/incidentNewList/todo/1544`
135
                 })
135
                 })
136
               }
136
               }
137
             }).show();
137
             }).show();
@@ -142,7 +142,7 @@ export default {
142
               icon: "cubeic-wrong",
142
               icon: "cubeic-wrong",
143
               onConfirm: (e, promptValue) => {
143
               onConfirm: (e, promptValue) => {
144
                 this.$router.push({
144
                 this.$router.push({
145
-                  path: `/main/incidentNewList/todo/0`
145
+                  path: `/main/incidentNewList/todo/1544`
146
                 })
146
                 })
147
               }
147
               }
148
             }).show();
148
             }).show();
@@ -237,7 +237,7 @@ export default {
237
                   content: "点击返回事件列表",
237
                   content: "点击返回事件列表",
238
                   icon: "cubeic-right",
238
                   icon: "cubeic-right",
239
                   onConfirm: (e, promptValue) => {
239
                   onConfirm: (e, promptValue) => {
240
-                    this.$router.push({ path: `/main/incidentNewList/todo/0` });
240
+                    this.$router.push({ path: `/main/incidentNewList/todo/1544` });
241
                   }
241
                   }
242
                 })
242
                 })
243
                 .show();
243
                 .show();