duanshenglang 2 周之前
父节点
当前提交
b70b27a5ec
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lottery/jxs.html

+ 2 - 2
lottery/jxs.html

@@ -3437,7 +3437,7 @@
           if (code === 1) {
             if (data && data.length) {
               data.forEach(item => {
-                this.taskCompleteDate.push(item.time.split('T')[0])
+                this.taskCompleteDate.push(item.time)
                 this.taskCompletePercent.push(item.taskCompletePercent)
               })
               this.$nextTick(() => {
@@ -3549,7 +3549,7 @@
           if (code === 1) {
             if (data && data.length) {
               data.forEach(item => {
-                this.opInteractDate.push(item.time.split('T')[0])
+                this.opInteractDate.push(item.time)
                 this.opInteractClient.push(item.interactClient)
               })
               this.$nextTick(() => {