| | |
| | | <script> |
| | | import BaseOpera from '@/components/base/BaseOpera' |
| | | import GlobalWindow from '@/components/common/GlobalWindow' |
| | | import { allList as shopList } from '@/api/business/shop' |
| | | export default { |
| | | name: 'OperaChangeShopWindow', |
| | | extends: BaseOpera, |
| | |
| | | form: { |
| | | memberId: null, |
| | | remark: null, |
| | | userType:null, |
| | | num: null, |
| | | type: 0 |
| | | }, |
| | |
| | | }, |
| | | created () { |
| | | this.config({ |
| | | api: '/business/member', |
| | | api: '/business/integral', |
| | | 'field.id': 'id' |
| | | }) |
| | | }, |
| | |
| | | }) |
| | | }) |
| | | }, |
| | | open (title, target) { |
| | | open (title, target,userType) { |
| | | this.title = title |
| | | this.visible = true |
| | | this.info = target |
| | | this.form.type = 0 |
| | | this.form.userType = 0 |
| | | this.form.memberId = target.id |
| | | this.form.num = null |
| | | this.form.remark = null |