From 80432048ae8710e6f10aa5d0ce649c40b34d9ee8 Mon Sep 17 00:00:00 2001 From: jameszow Date: Wed, 25 Oct 2023 19:37:46 +0800 Subject: [PATCH] Fix typescript syntax errors #106 --- .../info/components/ProductInfoModal.vue | 383 ++++++------------ 1 file changed, 127 insertions(+), 256 deletions(-) diff --git a/src/views/product/info/components/ProductInfoModal.vue b/src/views/product/info/components/ProductInfoModal.vue index d8b7d69..22f4120 100644 --- a/src/views/product/info/components/ProductInfoModal.vue +++ b/src/views/product/info/components/ProductInfoModal.vue @@ -55,7 +55,7 @@ placeholder="选择多单位" v-model:value="formState.productUnitId" :rules="[{ required: true}]" - @change="manyUnitOnChange" + @change="manyUnitOnChange(formState.productUnitId)" showSearch optionFilterProp="children" :dropdownMatchSelectWidth="false" @@ -151,7 +151,7 @@ 需要先录入单位才能激活 - + {{ item.attributeName }} @@ -165,7 +165,7 @@ :wrapperCol="{xs: { span: 24 },sm: { span: 20 }}" :label="skuOneTitle"> - + {{ item.value }} @@ -176,7 +176,7 @@ :wrapperCol="{xs: { span: 24 },sm: { span: 20 }}" :label="skuTwoTitle"> - + {{ item.value }} @@ -187,7 +187,7 @@ :wrapperCol="{xs: { span: 24 },sm: { span: 20 }}" :label="skuThreeTitle"> - + {{ item.value }} @@ -214,7 +214,7 @@ bordered :row-selection="rowSelection" :scroll="{ x: '100%', y: 300 }"> -