fix: PCF用户策略控制列表查询提示
This commit is contained in:
@@ -408,6 +408,11 @@ function fnGetList() {
|
||||
listRules(toRaw(queryParams)).then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS && Array.isArray(res.rows)) {
|
||||
tableState.data = res.rows;
|
||||
} else {
|
||||
message.warning({
|
||||
content: `${res.msg}`,
|
||||
duration: 3,
|
||||
});
|
||||
}
|
||||
tableState.loading = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user