Commit 7c489a2a by lixiaomin

修改

parent 5a390a7a
......@@ -152,11 +152,10 @@ export default {
turnClick(row,tag){
turnList({"id":row.id,"pointer":tag}).then((response) => {
console.log("response",response);
// this.classList = response.rows;
// this.total = response.total;
// this.loading = false;
});
if(response.code=="200"){
this.getList();
}
});
},
/** 查询列表 */
getList() {
......
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