--新增UDM鉴权 签约用户

This commit is contained in:
lai
2023-09-25 17:45:05 +08:00
parent 21a4ad986d
commit 98a13ca691
7 changed files with 824 additions and 34 deletions

View File

@@ -326,9 +326,6 @@ const closeDrawer = () => {
function rowClick(record:any, index:any) {
return {
onClick: (event:any) => {
console.log(toRaw(record), "666");
/* console.log( index, "666");
console.log( event, "666");*/
if (toRaw(record).status=='异常'){
message.error(`网元状态异常`, 2);
return false;