Commit e0df4a92 authored by 何远江's avatar 何远江

优化

parent f2227f27
...@@ -233,7 +233,7 @@ export default { ...@@ -233,7 +233,7 @@ export default {
return return
} }
res.data.forEach(ele => { res.data.forEach(ele => {
ele.NLPLA = this.nlpla ele.NLPLA = this.nlpla?.trim();
}); });
this.list = this.list.concat(res.data) this.list = this.list.concat(res.data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment