@netang/quasar 0.1.30 → 0.1.32
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
package/utils/$table.js
CHANGED
|
@@ -902,7 +902,7 @@ function create(options) {
|
|
|
902
902
|
data: getTableRequestData(props, isRequestSummary),
|
|
903
903
|
// ~~~~~~ 先开启防抖, 如果后期遇到表格加载不出来的情况, 再关闭防抖
|
|
904
904
|
// 关闭防抖(允许重复请求)
|
|
905
|
-
|
|
905
|
+
debounce: false,
|
|
906
906
|
}, o.httpSettings)
|
|
907
907
|
|
|
908
908
|
const { status, data: res } = $n_isFunction(o.request)
|