guoxiaohuan hace 5 años
padre
commit
c5e69ed81d
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/views/appeal/index.vue

+ 4 - 4
src/views/appeal/index.vue

@@ -362,10 +362,10 @@ export default {
                     criteria: {
                         projectId: this.$store.state.projectId,
                         trackerId: 3,
-                        status: [303, 304, 306],
-                        createTime: {
-                            $gte: this.day1 + '000000' //三天以内
-                        }
+                        status: [303, 304, 306]
+                        // createTime: {
+                        //     $gte: this.day1 + '000000' //三天以内
+                        // }
                     },
                     orders: [
                         {