mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 07:36:44 +08:00
no message
This commit is contained in:
@@ -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) : ''
|
||||
|
||||
Reference in New Issue
Block a user