|
@@ -246,9 +246,10 @@ export default {
|
|
|
/**
|
|
/**
|
|
|
* 获取格式化参数
|
|
* 获取格式化参数
|
|
|
*/
|
|
*/
|
|
|
- getFormatParams(id = '') {
|
|
|
|
|
|
|
+ getFormatParams() {
|
|
|
const params = this.$refs['crud'] ? this.$refs['crud'].getSearcFormData() : {}
|
|
const params = this.$refs['crud'] ? this.$refs['crud'].getSearcFormData() : {}
|
|
|
- params['Q^TYPE_ID_^S'] = id
|
|
|
|
|
|
|
+ params['Q^TYPE_ID_^S'] = this.typeId
|
|
|
|
|
+ console.log(params)
|
|
|
return ActionUtils.formatParams(
|
|
return ActionUtils.formatParams(
|
|
|
params,
|
|
params,
|
|
|
this.pagination,
|
|
this.pagination,
|