cfort %!s(int64=3) %!d(string=hai) anos
pai
achega
52570668ca

+ 0 - 1
src/business/platform/data/templaterender/templates/list.vue

@@ -925,7 +925,6 @@
                     title: title
                 }).then(() => {
                     const msg = message ? message : '导出成功'
-                    console.log(msg)
                     ActionUtils.success(msg)
                 })
             },

+ 0 - 1
src/views/platform/bo/boDef/list.vue

@@ -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,