Преглед на файлове

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({