修复脚本管理编辑交互,修复ico无法加载

This commit is contained in:
hanhh
2021-08-19 23:46:26 +08:00
parent 76ecfbaaa2
commit 6dbb737d4b
20 changed files with 50 additions and 35 deletions
-1
View File
@@ -18,7 +18,6 @@ const SaveModal = ({
const [loading, setLoading] = useState(false);
const handleOk = async (values: any) => {
console.log(file.filename);
setLoading(true);
const payload = { ...file, ...values };
request