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