Showing
1 changed file
with
1 additions
and
1 deletions
@@ -266,7 +266,7 @@ const getTagEditor = (param) => { | @@ -266,7 +266,7 @@ const getTagEditor = (param) => { | ||
266 | return api.all([ | 266 | return api.all([ |
267 | _article(param) | 267 | _article(param) |
268 | ]).then(result => { | 268 | ]).then(result => { |
269 | - | 269 | + // console.log(result[0].data.list); |
270 | // let resu = { | 270 | // let resu = { |
271 | // guang: { | 271 | // guang: { |
272 | 272 |
-
Please register or login to post a comment