修改返回处理
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
if (!this.dataList.length) {
|
||||
this.dataList.push(res.content)
|
||||
} else {
|
||||
if (JSON.stringify(this.dataList).indexOf(JSON.stringify(res.content)) == -1) {
|
||||
if (JSON.stringify(this.dataList).indexOf(JSON.stringify(res.content)) === -1) {
|
||||
this.dataList.push(res.content)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user