Przeglądaj źródła

fix:清空重定向url

zh 2 lat temu
rodzic
commit
6c83f2ef61
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      src/views/supply/pickup/sum_list.vue

+ 3 - 0
src/views/supply/pickup/sum_list.vue

@@ -450,6 +450,9 @@ export default {
       this.$refs.screenForm.resetFields()
       this.currentPage = 1
       this.getList()
+      if (this.$route.query && this.$route.query.id) {
+        this.$router.replace('/exwarehouse/sum_list')
+      }
     },
 
     // 更改每页数量