修改公会成员信息-查询失败抛出提示

This commit is contained in:
chenruiye
2025-04-09 13:56:41 +08:00
parent 9cd5f79a99
commit 8d65cb5b95

View File

@@ -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",
});
}
});
},
// 导出