Commit 76982895 by zhangxingmin

提交用户信息传当前租户id

parent 45f7d4ee
...@@ -325,6 +325,7 @@ function handleStatusChange(row, event) { ...@@ -325,6 +325,7 @@ function handleStatusChange(row, event) {
/** 重置新增的表单以及其他数据 */ /** 重置新增的表单以及其他数据 */
function reset() { function reset() {
form.value = { form.value = {
loginTenantBizId: userStore.currentTenant.apiLoginTenantInfoResponse.tenantBizId,
userBizId: undefined, userBizId: undefined,
userName: undefined, userName: undefined,
password: undefined, password: undefined,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment