@@ -925,7 +925,6 @@
title: title
}).then(() => {
const msg = message ? message : '导出成功'
- console.log(msg)
ActionUtils.success(msg)
})
},
@@ -249,7 +249,6 @@ export default {
getFormatParams() {
const params = this.$refs['crud'] ? this.$refs['crud'].getSearcFormData() : {}
params['Q^TYPE_ID_^S'] = this.typeId
- console.log(params)
return ActionUtils.formatParams(
params,
this.pagination,