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