customEvents.js 321 Bytes EditWeb IDE 1 2 3 4 5 6 7 export function ecmCustomEvent(view) { // #region 详情页主工具栏事件 // -------------------ECN编辑------------------- this['ECM-edit'] = function(e) { this.$router.push({ path: '/editEcm', query: { title: '编辑ECM', id: e.el.propForm.id, subTypeName: e.el.propForm.subTypeName }}) }.bind(view) }