|
@@ -19,7 +19,7 @@
|
|
|
<detailsPage v-if="!isShow" :detailData="detailData" @goBack="goBack"></detailsPage>
|
|
|
</div>
|
|
|
</template>
|
|
|
-
|
|
|
+
|
|
|
<script>
|
|
|
import { getList} from "@/api/tirePartsMall/salesManagement/customerPoints";
|
|
|
import detailsPage from "./detailsPage";
|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
const routeData = this.$router.resolve({
|
|
|
- path: '/api/blade-los/agentview/export', //跳转目标窗口的地址
|
|
|
+ path: '/api/blade-sales-part/integraldetailPj/corpPointsExport', //跳转目标窗口的地址
|
|
|
query: {
|
|
|
...config.params, //括号内是要传递给新窗口的参数
|
|
|
identification: this.url
|
|
@@ -227,7 +227,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
</script>
|
|
|
-
|
|
|
+
|
|
|
<style scoped>
|
|
|
::v-deep#out-table .back-one {
|
|
|
background: #ecf5ff !important;
|
|
@@ -248,4 +248,3 @@ export default {
|
|
|
width: 24.33333%;
|
|
|
}
|
|
|
</style>
|
|
|
-
|