|
@@ -58,8 +58,8 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<template #footer>
|
|
|
- <el-button @click="resetForm" size="small">取 消</el-button>
|
|
|
- <el-button type="primary" @click="submit" size="small">确 定</el-button>
|
|
|
+ <el-button @click="resetForm" size="small">{{ $t('cancel') }}</el-button>
|
|
|
+ <el-button type="primary" @click="submit" size="small">{{ $t('confirm') }}</el-button>
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -142,6 +142,7 @@ const submit = async() => {
|
|
|
if (res.code === 200) {
|
|
|
resetForm()
|
|
|
ElMessage.success(i18n.global.t('successfulOperation'))
|
|
|
+ feachTableData()
|
|
|
}
|
|
|
} catch (error) {
|
|
|
dialogVisible.value = false
|