会议管理
This commit is contained in:
@@ -67,8 +67,7 @@ async function handleConfirm() {
|
||||
}
|
||||
const data = cloneDeep(await formApi.getValues());
|
||||
if (userInfo) {
|
||||
console.log(userInfo);
|
||||
data.userId = userInfo.value
|
||||
data.userId = userInfo.userId
|
||||
data.userName = userInfo.userName
|
||||
}
|
||||
await (isUpdate.value ? orderChargeUpdate(data) : orderChargeAdd(data));
|
||||
@@ -82,7 +81,6 @@ async function handleConfirm() {
|
||||
}
|
||||
}
|
||||
let userInfo = reactive({
|
||||
value:'',
|
||||
userId: '',
|
||||
userName: '',
|
||||
});
|
||||
|
Reference in New Issue
Block a user