no message

This commit is contained in:
pangxingyue
2021-03-11 15:24:20 +08:00
parent 0276e61834
commit 28ca15b294

View File

@@ -348,7 +348,7 @@ export default {
*/
toSelect(pickerType, valueKey, userType, bnfIndex) {
bnfIndex ? (this.bnfIndex = 1) : (this.bnfIndex = 0)
bnfIndex ? (this.bnfIndex = bnfIndex) : (this.bnfIndex = 0)
;[this.popupShow, this.pickerType] = [true, pickerType]
if (valueKey) this.valueKey = valueKey
userType ? (this.userType = userType) : ''