|
|
@@ -123,7 +123,7 @@ export default defineComponent({
|
|
|
if (visible.value && props.selectedData) {
|
|
|
const { selectedData } = props;
|
|
|
mergeTwoObj(formState, selectedData);
|
|
|
- formState.logintaaccounts = selectedData.acclist.map((e) => e.accountid);
|
|
|
+ formState.logintaaccounts = selectedData.acclist?.map((e) => e.accountid);
|
|
|
formState.accountname = props.selectedData.loginname;
|
|
|
}
|
|
|
});
|