mayf
2024-09-03 2db50c1bf176858894f68bac65aebe91752159f0
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),
      },
    }
  },