😎代码清理
This commit is contained in:
parent
629ae95659
commit
9845228dbf
@ -75,7 +75,7 @@ public class SysPrintService : IDynamicApiController, ITransient
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 复制打印模板
|
||||
/// 复制打印模板 🖨️
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
@ -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}
|
||||
|
||||
@ -161,7 +161,6 @@ const handleCopy = async (row: any) => {
|
||||
ElMessage.success('复制成功');
|
||||
};
|
||||
|
||||
|
||||
// 删除
|
||||
const handleDelete = (row: any) => {
|
||||
ElMessageBox.confirm(`确定删除打印模板:【${row.name}】?`, '提示', {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user