Browse Source

物流单出货状态颜色显示调整

qymljy 3 weeks ago
parent
commit
ac7f6c1018
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/HDrpManagement/logistics/modules/edit.vue

+ 1 - 1
src/HDrpManagement/logistics/modules/edit.vue

@@ -149,7 +149,7 @@ export default {
         this.$refs['ent'].form.enterprisename = this.data.enterprisename
         this.$refs['logis'].form.abbreviation = this.data.logiscomp_enterprisename
         this.selectList = []
-        this.$refs.dislist.listData()
+        // this.$refs.dislist.listData()
         this.setcol = 24
       })