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

0410

上级 ceee5e25
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -120,16 +120,10 @@ 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 => {
this.$message.error('数据请求失败!');
})
this.$server.getAllList().then(res => {
console.log(res);
this.keyNameList = res.data;
});
},
search () {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论