uu
This commit is contained in:
parent
522f037f83
commit
10ad30e4ff
@ -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
|
||||
},
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user