|
@@ -294,9 +294,10 @@ export default {
|
|
|
},
|
|
|
base (record, queryParam = { storeNo: '09' }) {
|
|
|
this.visible = true
|
|
|
+ console.log(record)
|
|
|
this.modalTitle = '选择信息'
|
|
|
- this.queryParam.tokenType = record.tokenType
|
|
|
this.queryParam = queryParam
|
|
|
+ this.queryParam.tokenType = record.tokenType ? record.tokenType : 1
|
|
|
if (queryParam.isSpecial !== undefined) {
|
|
|
this.isSpecial = queryParam.isSpecial
|
|
|
this.record = record
|