chris hace 3 años
padre
commit
f5dbae8c9a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/modules/warehouse/stock-order-detail.vue

+ 2 - 0
src/views/modules/warehouse/stock-order-detail.vue

@@ -161,6 +161,8 @@
         this.isFlow = !!(businessType && businessType !== '')
         this.dataForm = {}
         this.dataList = []
+        this.stepList = []
+        this.logList = []
         await getBoundDetails(id).then(({data}) => {
           if (data && data.code === '200') {
             if (data.data[0]) {