Parcourir la source

审批消息:分tab

chrislee il y a 1 an
Parent
commit
35725961fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
         }