@netang/quasar 0.2.33 → 0.2.34
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 +1 -1
- package/utils/$table.js +0 -2
- package/utils/useSearch.js +0 -3
package/package.json
CHANGED
package/utils/$table.js
CHANGED
|
@@ -379,8 +379,6 @@ function create(options) {
|
|
|
379
379
|
// 获取原始数据
|
|
380
380
|
const r = getRawData(_tableColumns, Object.assign({}, $route.query), o.searchFromQuery)
|
|
381
381
|
|
|
382
|
-
console.log('-----r', $n.cloneDeep(r.firstTableSearchValue))
|
|
383
|
-
|
|
384
382
|
// 原始参数
|
|
385
383
|
rawQuery = r.rawQuery
|
|
386
384
|
// 原始表格搜索参数
|
package/utils/useSearch.js
CHANGED
|
@@ -197,9 +197,6 @@ function formatItemValueCompare(value, { compareOptions1 }) {
|
|
|
197
197
|
*/
|
|
198
198
|
export function getRawData(tableColumns, query, searchFromQuery = true) {
|
|
199
199
|
|
|
200
|
-
|
|
201
|
-
console.log('-----query', $n.cloneDeep(query))
|
|
202
|
-
|
|
203
200
|
// 原始参数
|
|
204
201
|
const rawQuery = {}
|
|
205
202
|
// 原始表格搜索参数
|