Browse Source

刷新

hella_online_20240829
wangyufei 3 months ago
parent
commit
e245af39a8
  1. 1
      src/views/wms/inventoryManage/balance/index.vue

1
src/views/wms/inventoryManage/balance/index.vue

@ -123,6 +123,7 @@ const buttonBaseClick = (val, item) => {
} else if (val == 'export') { //
handleExport()
} else if (val == 'refresh') { //
selectionRows.value = []
if (tableObject.params.filters && tableObject.params.filters.length > 0 ) {
searchFormClick({
filters: tableObject.params.filters

Loading…
Cancel
Save