Skip to content
On this page

下拉框查询表格数据

js
searchEvent: {
  change: () => {
    proTable.value.updatedTotalParam()
    refreshTable()
  }
},

Released under the MIT License.