소스 검색

Merge branch 'feature_20241231_计划外列表页面刷新优化' into uat(dev)

zhujindu 11 달 전
부모
커밋
1682ff3030
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/deviceOutside/index.vue

+ 0 - 1
src/views/deviceOutside/index.vue

@@ -896,7 +896,6 @@ export default {
         from: 'outPlan',
       }).then((res) => {
         if (res.code == 200 && res.data) {
-          store.dispatch('setDeviceOutsidePage', true);
           window.location.href = res.data;
         } else {
           this.Toast({