修改 冀北现场问题

This commit is contained in:
GGJ
2024-08-06 20:58:01 +08:00
parent bd3dbca8e1
commit b6ef6cf999
13 changed files with 123 additions and 63 deletions

View File

@@ -111,7 +111,7 @@ const tableStore = inject('tableStore') as TableStore
const form = reactive({
id: '',
name: '',
password: '123456',
password: 'Jbdnzl@123',
email: '',
limitIpStart: '',
deptId: '',
@@ -233,7 +233,7 @@ const open = (text: string, data?: anyObj) => {
form.id = ''
form.limitIpStart = '0.0.0.0'
form.limitIpEnd = '255.255.255.255'
form.password = '123456'
form.password = 'Jbdnzl@123'
}
form.type = adminInfo.$state.userType + 1
}