修改组件查看模式的状态

This commit is contained in:
linxd
2025-07-15 11:13:13 +08:00
parent 51f1559174
commit 47bf5342be
3 changed files with 9 additions and 5 deletions

View File

@ -234,7 +234,6 @@ const SupplierTemplateManageAdd: React.FC<PageProps> = ({ breadcrumb, dispatch }
if (isEdit && templateDetail) {
dataToSubmit.id = templateDetail.id;
}
debugger
setLoading(true);
try {
// 调用API接口