提交 b68d31d3 authored 作者: thy's avatar thy

合并分支 'thy' 到 'master'

0410 查看合并请求 !115
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -118,17 +118,11 @@ export default {
methods: {
// 搜索
keyName(){
let val = {
'technologyName': '',
}
this.$server.getAllPageList(this.myPage,this.pageSize,val).then(res=>{
console.log(res.data)
this.keyNameList = res.data.rows;
}).catch(err => {
console.log(err)
})
this.$server.getAllList().then(res => {
console.log(res);
this.keyNameList = res.data;
});
},
search () {
let obj = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论