mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 02:06:43 +08:00
no message
This commit is contained in:
@@ -348,7 +348,7 @@ export default {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
toSelect(pickerType, valueKey, userType, bnfIndex) {
|
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]
|
;[this.popupShow, this.pickerType] = [true, pickerType]
|
||||||
if (valueKey) this.valueKey = valueKey
|
if (valueKey) this.valueKey = valueKey
|
||||||
userType ? (this.userType = userType) : ''
|
userType ? (this.userType = userType) : ''
|
||||||
|
|||||||
Reference in New Issue
Block a user