@@ -69,7 +69,7 @@
*/
if(this.sortType) {
// 排序
- this.arr.sort((a,b)=>{
+ this.person.sort((a,b)=>{
// if(this.sortType === 1) {
// console.log("111")
// return b.age - a.age;