diff --git a/components/buns-goodsize-sheet/buns-goodsize-sheet.vue b/components/buns-goodsize-sheet/buns-goodsize-sheet.vue
index acac465..b54669d 100644
--- a/components/buns-goodsize-sheet/buns-goodsize-sheet.vue
+++ b/components/buns-goodsize-sheet/buns-goodsize-sheet.vue
@@ -23,8 +23,10 @@
export default {
components: { BpeGoodsizeTmp },
watch: {
- show(){
- this.submitVals = JSON.parse(JSON.stringify(this.value))
+ show(v){
+ if(v) {
+ this.submitVals = JSON.parse(JSON.stringify(this.value))
+ }
}
},
props: {
diff --git a/pages/post/freightCalculate.vue b/pages/post/freightCalculate.vue
index c13cf0a..f1c30d0 100644
--- a/pages/post/freightCalculate.vue
+++ b/pages/post/freightCalculate.vue
@@ -171,7 +171,7 @@
-
+