generated from Leo_Ding/web-template
招聘
This commit is contained in:
parent
19439a8e65
commit
2fa2ee8fab
@ -152,10 +152,10 @@ function handleCreate() {
|
||||
formData.value.status = 'enabled'
|
||||
}
|
||||
|
||||
|
||||
//新建基地
|
||||
|
||||
const childHandleOk = async () => {
|
||||
|
||||
areaFormRef.value.validateFields().then(async (values) => {
|
||||
try {
|
||||
const params = { ...formArea.value }
|
||||
@ -174,6 +174,7 @@ const childHandleOk = async () => {
|
||||
* 编辑
|
||||
*/
|
||||
async function handleEdit(record = {}) {
|
||||
initData()
|
||||
showModal({
|
||||
type: 'edit',
|
||||
title: t('pages.system.user.edit'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user