保存进度!
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
* @Author: Kane Wang <wangkane@qq.com>
|
* @Author: Kane Wang <wangkane@qq.com>
|
||||||
* @Date: 2026-01-05 10:42:42
|
* @Date: 2026-01-05 10:42:42
|
||||||
* @LastEditors: Kane Wang
|
* @LastEditors: Kane Wang
|
||||||
* @LastModified: 2026-01-05 19:18:56
|
* @LastModified: 2026-01-05 19:21:09
|
||||||
* @FilePath: src/utils/regulatory_utils.ts
|
* @FilePath: src/utils/regulatory_utils.ts
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@@ -18,6 +18,11 @@ interface AddNewRegulatoryResponse
|
|||||||
message: string;
|
message: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @param regulatory
|
||||||
|
* @param render 回调函数,请求成功后调用。
|
||||||
|
*/
|
||||||
function addNewRegulatory( regulatory: RegulatoryData, render: any ): void
|
function addNewRegulatory( regulatory: RegulatoryData, render: any ): void
|
||||||
{
|
{
|
||||||
const url = API_URL.URL_UPLOAD_FILE;
|
const url = API_URL.URL_UPLOAD_FILE;
|
||||||
|
|||||||
Reference in New Issue
Block a user