重构租户管理城市数据处理逻辑,支持直辖市特殊处理
This commit is contained in:
@@ -36,7 +36,7 @@ import { addScript, updateScript } from '/@/api/customerService/script';
|
||||
|
||||
// 定义类型接口
|
||||
interface DialogRow {
|
||||
id: number;
|
||||
id?: number | string;
|
||||
tag: string;
|
||||
creator: string;
|
||||
content: string;
|
||||
|
||||
@@ -216,7 +216,7 @@ const handleAdd = () => {
|
||||
* 编辑话术
|
||||
*/
|
||||
const handleEdit = (row: ScriptItem) => {
|
||||
editRoleRef.value?.openDialog(row);
|
||||
editRoleRef.value?.openDialog(row as any);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user