修改设置日期函数
This commit is contained in:
@@ -111,7 +111,8 @@ const tableStore = inject('tableStore') as TableStore
|
||||
const form = reactive({
|
||||
id: '',
|
||||
name: '',
|
||||
password: 'Jbdnzl@123',
|
||||
// password: 'Jbdnzl@123',
|
||||
password: '123456',
|
||||
email: '',
|
||||
limitIpStart: '',
|
||||
deptId: '',
|
||||
@@ -233,7 +234,8 @@ const open = (text: string, data?: anyObj) => {
|
||||
form.id = ''
|
||||
form.limitIpStart = '0.0.0.0'
|
||||
form.limitIpEnd = '255.255.255.255'
|
||||
form.password = 'Jbdnzl@123'
|
||||
// form.password = 'Jbdnzl@123'
|
||||
form.password = '123456'
|
||||
}
|
||||
form.type = adminInfo.$state.userType + 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user