This commit is contained in:
PC-202306242200\Administrator
2024-09-12 20:38:40 +08:00
parent bc339aec84
commit 81b8786cb5
4 changed files with 4 additions and 4 deletions

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.b5e66809.js"></script> <script src="/umi.d837416f.js"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long

View File

@@ -150,7 +150,7 @@ const MenuTableList: React.FC = () => {
}else{ }else{
data.status = false data.status = false
} }
setCurrentRow(record); setCurrentRow(data);
}} }}
> >