luobang há 2 anos atrás
pai
commit
eed8baff4f

+ 1 - 2
src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

@@ -2176,12 +2176,10 @@ export default {
         })
         .then(res => {
           this.columnNoRoutList = res.data
-          this.reset()
         })
       this.notRoutList = ['select']
     } else {
       this.getColumShowHideScheme()
-      this.reset()
     }
     if (getCookie('orgCode') == 'xiaoshouyewuyuan') {
       this.isShowOperateYeWuYuan = true
@@ -2209,6 +2207,7 @@ export default {
   watch: {
     visibleList: {
       deep: true,
+      immediate: true,
       handler(val) {
         let standList = this.$store.state.saleSteelToggleIds
         this.$nextTick(() => {