Browse Source

审批消息:分tab

chrislee 1 year ago
parent
commit
35725961fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/msg-center/approve.vue

+ 1 - 1
src/views/modules/msg-center/approve.vue

@@ -265,7 +265,7 @@
           'size': this.pageSize,
           'createTime': this.dataForm.createTime ? this.dataForm.createTime : null,
           'state': this.dataForm.state ? this.dataForm.state : null,
-          'type': this.dataForm.type ? Number(this.dataForm.type) : null,
+          'type': this.dataForm.type ? Number(this.dataForm.type) : 1,
           'businessType': this.dataForm.businessType ? this.dataForm.businessType : null,
           'businessId': this.dataForm.businessId ? this.dataForm.businessId : null
         }