完善备注面板
This commit is contained in:
@@ -13,7 +13,7 @@ export const NoteModal = ({ noteText, onNoteChange, onClose }: NoteModalProps) =
|
||||
const [saving, setSaving] = useState(false);
|
||||
const [message, setMessage] = useState<string | null>(null);
|
||||
|
||||
const operatorId = typeof window !== 'undefined' ? localStorage.getItem('operatorPhone') || 'unknown' : 'unknown';
|
||||
const operatorId = typeof window !== 'undefined' ? localStorage.getItem('operatorId') || '' : '';
|
||||
const operatorName = typeof window !== 'undefined' ? localStorage.getItem('operatorName') || '未知' : '未知';
|
||||
|
||||
// 初始化拉取备注
|
||||
|
||||
Reference in New Issue
Block a user