|
@@ -1406,7 +1406,7 @@ export default {
|
|
|
url
|
|
|
}
|
|
|
this.remoteLoading = true
|
|
|
- this.studentList = []
|
|
|
+ // this.studentList = []
|
|
|
axios(options).then(res => {
|
|
|
this.remoteLoading = false
|
|
|
let result = res.data
|
|
@@ -1424,6 +1424,7 @@ export default {
|
|
|
// });
|
|
|
}
|
|
|
},
|
|
|
+ // 制定属性去重
|
|
|
unique (arr, u_key) {
|
|
|
let obj = {};
|
|
|
arr.reduce((prev, next) => {
|