Explorar el Código

容器视图表格筛选

zhongxiaoyu hace 2 años
padre
commit
d117cb0624
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/baggageManagement/components/container/index.vue

+ 1 - 0
src/views/baggageManagement/components/container/index.vue

@@ -384,6 +384,7 @@ export default {
       try {
         const result = await myQuery(DATACONTENT_ID.containerBaggage, ...dataContent)
         this.tableData = result
+        setTableFilters(this.tableData, this.tableDataFilters)
       } catch (error) {
         console.log('出错了', error.message || error)
       }