Browse Source

修复部分bug

gaoxiong 2 năm trước cách đây
mục cha
commit
9ea0bfa1dd
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/menu/resumption/detail.vue

+ 2 - 2
src/views/menu/resumption/detail.vue

@@ -505,7 +505,7 @@ export default {
           .then(() => {
             saveTask(data).then(res => {
               this.$toast('提交成功')
-              this.$router.to("/resumption")
+              this.$router.go(-1)
             })
           })
           .catch(() => {
@@ -514,7 +514,7 @@ export default {
       } else {
         saveTask(data).then(res => {
           this.$toast('提交成功')
-          this.$router.to("/resumption")
+          this.$router.go(-1)
         })
       }