fix 修复 !pr47 导致的打包异常

dev
疯狂的狮子Li 2 years ago
parent 920e079727
commit 6fe269efc7

@ -13,7 +13,7 @@ declare global {
key: number;
label: string;
visible: boolean;
children: Array<FieldOption>;
children?: Array<FieldOption>;
}
/**

@ -561,7 +561,7 @@ const handleAdd = async () => {
await initTreeData();
postOptions.value = data.posts;
roleOptions.value = data.roles;
form.value.password = initPassword.value;
form.value.password = initPassword.value.toString();
}
/** 修改按钮操作 */
const handleUpdate = async (row?: UserForm) => {

Loading…
Cancel
Save