Commit 7c489a2a by lixiaomin

修改

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