Source/ProjectWeb/src/components/dynamic-components/dynamic-button.vue
@@ -245,6 +245,8 @@ this.formName = item.name; if (item.paramVOS.buttonMethods === 'form') { this.visible = true; }else if(item.paramVOS.buttonMethods === 'delete'){ this.$message.success('删除成功!') } } }