|
@@ -16,7 +16,7 @@ export default defineComponent({
|
|
|
|
|
|
const getDept = (value: string = '') =>
|
|
|
commonStore.globalDict['zhdd_org_upload']?.find(
|
|
|
- (i) => i.dictValue.toString() === value.toString(),
|
|
|
+ (i) => i?.dictValue?.toString() === value?.toString(),
|
|
|
)?.dictLabel ?? '-';
|
|
|
|
|
|
return () => (
|