|
@@ -249,7 +249,6 @@ export default {
|
|
|
getFormatParams() {
|
|
getFormatParams() {
|
|
|
const params = this.$refs['crud'] ? this.$refs['crud'].getSearcFormData() : {}
|
|
const params = this.$refs['crud'] ? this.$refs['crud'].getSearcFormData() : {}
|
|
|
params['Q^TYPE_ID_^S'] = this.typeId
|
|
params['Q^TYPE_ID_^S'] = this.typeId
|
|
|
- console.log(params)
|
|
|
|
|
return ActionUtils.formatParams(
|
|
return ActionUtils.formatParams(
|
|
|
params,
|
|
params,
|
|
|
this.pagination,
|
|
this.pagination,
|