diff --git a/src/views/invoicing/components/consumableList.vue b/src/views/invoicing/components/consumableList.vue index 7560558..d5e0db7 100644 --- a/src/views/invoicing/components/consumableList.vue +++ b/src/views/invoicing/components/consumableList.vue @@ -80,6 +80,9 @@ export default { this.resetSearchForm = { ...this.searchForm } }, methods: { + reset(){ + this.$refs.table.clearSelection() + }, onInput: _.debounce(function (event) { //防抖请求 this.getTableData() }, 500), diff --git a/src/views/invoicing/consumable/cons_record.vue b/src/views/invoicing/consumable/cons_record.vue index a9f3c9e..7babf21 100644 --- a/src/views/invoicing/consumable/cons_record.vue +++ b/src/views/invoicing/consumable/cons_record.vue @@ -1,6 +1,6 @@ - + - - + + @@ -118,19 +122,20 @@ - - - + + +