dc6b7b3c by 任超

style:退回

1 parent c9813512
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
45 getBackNode () { 45 getBackNode () {
46 getTaskBackNode(this.formData).then(res => { 46 getTaskBackNode(this.formData).then(res => {
47 if (res.code == 200) { 47 if (res.code == 200) {
48 this.dataList = res.result 48 // this.dataList = res.result
49 } 49 }
50 }) 50 })
51 } 51 }
......