|
@@ -39,10 +39,9 @@
|
|
|
this.value.map(item=>{
|
|
|
item.id = item.storeId || item.id
|
|
|
})
|
|
|
- this.type = opts.type && opts.type || 'checkbox'
|
|
|
+ this.type = opts.type || 'checkbox'
|
|
|
// 查询门店
|
|
|
findStoreList({}).then(res=>{
|
|
|
- onsole.log(res.data)
|
|
|
if(res.status == 200){
|
|
|
this.list = res.data || []
|
|
|
} else {
|