|
|
@@ -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(() => {
|