任务修改,会员权益修改
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
data() {
|
||||
return {
|
||||
query: {
|
||||
discSpinningRecordId: null,
|
||||
foreignId: null,
|
||||
foreignType: 'spinning',
|
||||
phone: "",
|
||||
address: "",
|
||||
remark: "",
|
||||
@@ -44,9 +45,11 @@
|
||||
onLoad(options) {
|
||||
console.log(options)
|
||||
if ( options.id ) {
|
||||
this.query.discSpinningRecordId = options.id
|
||||
this.query.foreignId = options.id
|
||||
}
|
||||
if ( options.foreignType ) {
|
||||
this.query.foreignType = options.foreignType
|
||||
}
|
||||
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user