main^2
fanfan 9 months ago
parent f749b0fabe
commit 30bb1d5cea
  1. 2
      src/views/dataCenter/goods/Index.vue

@ -483,7 +483,6 @@ export default {
selectedRowKeys: [], selectedRowKeys: [],
// Promise // Promise
loadData: (param) => { loadData: (param) => {
console.log(param)
const data = { ...param, ...this.queryParam } const data = { ...param, ...this.queryParam }
const orderEnum = { const orderEnum = {
ascend: 'asc', ascend: 'asc',
@ -1029,7 +1028,6 @@ export default {
* @param Boolean bool 强制刷新到第一页 * @param Boolean bool 强制刷新到第一页
*/ */
handleRefresh(bool = false) { handleRefresh(bool = false) {
console.log(bool)
this.selectedRowKeys = [] this.selectedRowKeys = []
this.$refs.table.refresh(bool) this.$refs.table.refresh(bool)
}, },

Loading…
Cancel
Save