田源
2024-03-18 a5b7f23be348bdf0a0e61641afc3ef15e6f132db
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('删除成功!')
      }
    }
  }