Преглед изворни кода

update 数据库管理search , typeId

linweizeng пре 3 година
родитељ
комит
a3f977e7b6
1 измењених фајлова са 3 додато и 2 уклоњено
  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() : {}
       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,