|
|
@@ -34,7 +34,7 @@
|
|
|
import { COMMODITY_TYPE } from "@/utils/declare";
|
|
|
import AppImg from "@/components/app-img";
|
|
|
import { autoPriceByIdApi, changePriceByIdApi } from '@/api/product/index'
|
|
|
-import productMins from "@/mixins/productContrapose";
|
|
|
+// import productMins from "@/mixins/productContrapose";
|
|
|
import animationMins from "@/mixins/animation";
|
|
|
|
|
|
import allSelectInput from "@/components/module/allSelectInput";
|
|
|
@@ -44,7 +44,7 @@ export default {
|
|
|
components: {
|
|
|
AppImg,allSelectInput
|
|
|
},
|
|
|
- mixins: [productMins,animationMins,allSelectInputMins],
|
|
|
+ mixins: [animationMins,allSelectInputMins],
|
|
|
props: {
|
|
|
info: {
|
|
|
required: true,
|