修改设置日期函数

This commit is contained in:
GGJ
2024-12-02 13:33:44 +08:00
parent 6a57c4a573
commit 834fc6895a
16 changed files with 179 additions and 237 deletions

View File

@@ -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
}