Эх сурвалжийг харах

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

695593266@qq.com 6 өдөр өмнө
parent
commit
94ec4822c1

+ 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();