|
|
@@ -105,8 +105,8 @@ export default defineComponent({
|
|
|
const { rolename, getRoleName } = handleRoleName();
|
|
|
watchEffect(() => {
|
|
|
if (visible.value) {
|
|
|
- // const { selectedData, tableList } = props;
|
|
|
- // mergeTwoObj(formState, selectedData);
|
|
|
+ const { selectedData, tableList } = props;
|
|
|
+ mergeTwoObj(formState, selectedData);
|
|
|
// getRoleName(tableList, selectedData);
|
|
|
// formState.logintaaccounts = selectedData.acclist.map((e) => e.accountid);
|
|
|
// formState.accountname = props.selectedData.loginname;
|