|
@@ -288,7 +288,6 @@ export default {
|
|
},
|
|
},
|
|
base (record, queryParam = { storeNo: '09' }) {
|
|
base (record, queryParam = { storeNo: '09' }) {
|
|
this.visible = true
|
|
this.visible = true
|
|
- console.log(record)
|
|
|
|
this.modalTitle = '选择信息'
|
|
this.modalTitle = '选择信息'
|
|
this.queryParam = queryParam
|
|
this.queryParam = queryParam
|
|
this.queryParam.tokenType = record && record.tokenType ? record.tokenType : 1
|
|
this.queryParam.tokenType = record && record.tokenType ? record.tokenType : 1
|