pages/mark-up/partner/_partnerId/category.vue
@@ -10,7 +10,7 @@ return { tableConfig: { url: 'flower/api/flower/markup/ps/spcg/list', newUrl: 'flower/api/flower/markup/ps/spcg/list/save', newUrl: 'flower/api/flower/markup/ps/spcg/list/save/batch', editUrl: 'flower/api/flower/markup/ps/spcg/list/save', onDelete: (row) => { return this.$elBusHttp.request( @@ -23,7 +23,7 @@ } ) }, ...categoryMarkUpConfig(this.$route, this.$createElement), ...categoryMarkUpConfig(this.$route, this.$createElement, true), }, } },