Commit 3474d430 authored by lixy's avatar lixy

搜索

parent 06714c12
......@@ -52,6 +52,7 @@ export default {
},
methods: {
async getAll() {
this.listQuery.keyword = this.$route.query.keywords;
let {
data: { data }
} = await axios.get(
......@@ -68,7 +69,7 @@ export default {
allNum = allNum + this.findList[i].number;
}
this.findList[0].number = allNum;
}
}
};
......
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