修改公会成员信息-查询失败抛出提示
This commit is contained in:
@@ -279,9 +279,17 @@ export default {
|
|||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
ownErbanNo:this.inquire.ownErbanNo
|
ownErbanNo:this.inquire.ownErbanNo
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
|
this.loading = false;
|
||||||
|
if(res.code == 200){
|
||||||
this.total = res.data.total;
|
this.total = res.data.total;
|
||||||
this.tableData = res.data.rows;
|
this.tableData = res.data.rows;
|
||||||
this.loading = false;
|
}else{
|
||||||
|
ElMessage({
|
||||||
|
showClose: true,
|
||||||
|
message: res.message,
|
||||||
|
type: "error",
|
||||||
|
});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 导出
|
// 导出
|
||||||
|
Reference in New Issue
Block a user