Explorar el Código

fix:清空重定向url

zh hace 2 años
padre
commit
6c83f2ef61
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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')
+      }
     },
 
     // 更改每页数量