瀏覽代碼

fix:清空重定向url

zh 2 年之前
父節點
當前提交
6c83f2ef61
共有 1 個文件被更改,包括 3 次插入0 次删除
  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')
+      }
     },
 
     // 更改每页数量