This commit is contained in:
zhutianqi
2021-08-19 15:49:50 +08:00
parent b3980d49e4
commit 1c5ecac0d4
3 changed files with 49 additions and 10 deletions
@@ -354,7 +354,6 @@
this.form.cid = data.cid
this.form.endTime = data.endTime
this.form.cname = data.cname
console.log(data);
this.oldData = JSON.parse(JSON.stringify(data.summaryList))
data.summaryList.forEach( item => {
if (item.state) {
@@ -366,6 +366,7 @@
})
this.json = data
this.data = arr
this.oldData = data.oldinfo
}).catch(e => {
})