This commit is contained in:
aihe 2024-05-23 01:06:55 +08:00
parent 522f037f83
commit 10ad30e4ff
2 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,9 @@
if(this.transKeyVal) {
list = transListKeyTitle({ ...this.transKeyVal, list: list })
}
list.map(t=> {
t.val = t.val + ''
})
return list
},
checkedVal() {
@ -39,7 +42,7 @@
res = val.split(",")
}
if (typeof val == 'number') {
res = [val]
res = [val + '']
}
return res
},

View File

@ -95,6 +95,7 @@
</view>
<tpx-checkitems :list="resData.list" v-model:value="submitParam.billCode" v-slot="dlCurrent" type="multiple"
vdataType="array"
>
<view slot class="yditem">
<u-row>