@netang/quasar 0.1.15 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
package/utils/$table.js CHANGED
@@ -679,11 +679,8 @@ function create(options) {
679
679
  }
680
680
  })
681
681
 
682
- console.log('tableSearchValue.value', tableSearchValue.value)
683
-
684
682
  // 获取搜索值
685
683
  const search = formatValue(rawSearchOptions, tableSearchValue.value)
686
- console.log('search', search)
687
684
  if ($n_isValidArray(search)) {
688
685
  data.n_search = $n_has(data, 'n_search') ? $n_concat(data.n_search, search) : search
689
686
  }