refactor: ♻️ eslint 代码规范调整
This commit is contained in:
@@ -303,7 +303,7 @@ function handleDelete(deptId?: number) {
|
||||
return;
|
||||
}
|
||||
|
||||
ElMessageBox.confirm(`确认删除已选中的数据项?`, "警告", {
|
||||
ElMessageBox.confirm("确认删除已选中的数据项?", "警告", {
|
||||
confirmButtonText: "确定",
|
||||
cancelButtonText: "取消",
|
||||
type: "warning",
|
||||
|
||||
Reference in New Issue
Block a user