This commit is contained in:
aihe 2024-01-29 15:03:57 +08:00
parent 2730de2ccc
commit 5633d17386
2 changed files with 5 additions and 3 deletions

View File

@ -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: {

View File

@ -171,7 +171,7 @@
</tpx-layout>
<buns-country-sheet v-model:show="countryModal.show" v-model:value="submitParam.countryId"></buns-country-sheet>
<buns-way-sheet v-model:show="wayModal.show" v-model:value="submitParam.wayId"></buns-way-sheet>
<buns-goodsize-sheet v-model:show="goodChooseModal.show" v-model:value="submitParam.goods"></buns-goodsize-sheet>
<buns-goodsize-sheet v-model:show="goodChooseModal.show" v-model:value="submitParam"></buns-goodsize-sheet>
</template>
<script>