diff --git a/src/views/dictionary/checkConfig/index.vue b/src/views/dictionary/checkConfig/index.vue
index 63a91cd9..03ad0ce1 100644
--- a/src/views/dictionary/checkConfig/index.vue
+++ b/src/views/dictionary/checkConfig/index.vue
@@ -668,6 +668,12 @@
+ 复制
{
+ let params = {...row}
+ delete params.Id
+ addOrUpdateFrontAuditConfig(params).then(() => {
+ this.$message.success(this.$t('common:message:savedSuccessfully'))
+ this.getList()
+ })
+ })
+ },
/** 提交按钮 */
submitForm: function() {
this.$refs['form'].validate(valid => {