|
|
@@ -24,7 +24,6 @@
|
|
|
|
|
|
<script setup>
|
|
|
import * as pinduHttp from "@/api/chanpinZiRanPinDu.js"
|
|
|
-import * as chaojidanciHttp from "@/api/chaojidanci.js"
|
|
|
import ezyActiveVue from "@/components/ezyActive/ezyActive.vue";
|
|
|
import cacheManager from "@/utils/cacheManager.js";
|
|
|
const porps = defineProps({
|
|
|
@@ -40,7 +39,7 @@ function handleSelect(item) {
|
|
|
const opt = {
|
|
|
dengjiId: item.dengjiId,
|
|
|
}
|
|
|
- pinduHttp.getDanciChanpinBanbenSave(opt).then(res => {
|
|
|
+ pinduHttp.getChanpin3DengjiSave(opt).then(res => {
|
|
|
if (!res.data) {
|
|
|
return;
|
|
|
}
|