Jelajahi Sumber

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-mes into dengfei

695593266@qq.com 6 hari lalu
induk
melakukan
94ec4822c1
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      src/views/produceOrder/index.vue

+ 3 - 0
src/views/produceOrder/index.vue

@@ -1043,6 +1043,9 @@
           } else {
             this.goDetail(item);
           }
+          const url = new URL(window.location.href);
+          url.search = ''; // 清空查询参数
+          window.history.pushState({}, '', url.href);
         });
       }
       this.getFieldModel();