src/views/system/config/index.vue
@@ -322,7 +322,7 @@ /** 删除按钮操作 */ handleDelete(row) { const configIds = row.configId || this.ids; this.$modal.confirm('是否确认删除参数编号为"' + configIds + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除?').then(function() { return delConfig(configIds); }).then(() => { this.getList();