mayf
2024-09-11 037e46d104c31f36acb67ce4b70ac14f0eb01a01
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),
      },
    }
  },