Explorar el Código

update 数据库管理search , typeId

linweizeng hace 3 años
padre
commit
a3f977e7b6
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/views/platform/bo/boDef/list.vue

+ 3 - 2
src/views/platform/bo/boDef/list.vue

@@ -246,9 +246,10 @@ export default {
     /**
      * 获取格式化参数
      */
-    getFormatParams(id = '') {
+    getFormatParams() {
       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(
         params,
         this.pagination,