/** * @Description: Part详情页自定义事件 * @author fangming、lyc * @date 2020/10/20 */ export function changeCustomEvent(view) { // #region 详情页主工具栏事件 // -------------------PR编辑------------------- this['DxAbstractChangeIssue-edit'] = function(e) { this.$router.push({ path: '/cc/editPr', query: { id: this.pageData.detail.load.id, subTypeName: this.modelName }}) }.bind(view) }