😎代码清理

This commit is contained in:
zuohuaijun 2025-04-07 20:49:56 +08:00
parent 629ae95659
commit 9845228dbf
3 changed files with 10 additions and 11 deletions

View File

@ -75,7 +75,7 @@ public class SysPrintService : IDynamicApiController, ITransient
}
/// <summary>
/// 复制打印模板
/// 复制打印模板 🖨️
/// </summary>
/// <param name="input"></param>
/// <returns></returns>

View File

@ -79,7 +79,7 @@ export const SysPrintApiAxiosParamCreator = function (configuration?: Configurat
},
/**
*
* @summary
* @summary 🖨
* @param {DeletePrintInput} [body]
* @param {*} [options] Override http request option.
* @throws {RequiredError}
@ -343,7 +343,7 @@ export const SysPrintApiFp = function(configuration?: Configuration) {
},
/**
*
* @summary
* @summary 🖨
* @param {DeletePrintInput} [body]
* @param {*} [options] Override http request option.
* @throws {RequiredError}
@ -432,7 +432,7 @@ export const SysPrintApiFactory = function (configuration?: Configuration, baseP
},
/**
*
* @summary
* @summary 🖨
* @param {DeletePrintInput} [body]
* @param {*} [options] Override http request option.
* @throws {RequiredError}
@ -503,7 +503,7 @@ export class SysPrintApi extends BaseAPI {
}
/**
*
* @summary
* @summary 🖨
* @param {DeletePrintInput} [body]
* @param {*} [options] Override http request option.
* @throws {RequiredError}

View File

@ -161,7 +161,6 @@ const handleCopy = async (row: any) => {
ElMessage.success('复制成功');
};
//
const handleDelete = (row: any) => {
ElMessageBox.confirm(`确定删除打印模板:【${row.name}】?`, '提示', {