重构租户管理城市数据处理逻辑,支持直辖市特殊处理
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;
|
||||
|
||||
Reference in New Issue
Block a user