|
@@ -937,7 +937,8 @@
|
|
},
|
|
},
|
|
typeConfirm(e) {
|
|
typeConfirm(e) {
|
|
if (this.type == 2) {
|
|
if (this.type == 2) {
|
|
- this.currectData.classify = e.value[0].circleName
|
|
|
|
|
|
+ console.log(e.value[0].circleName,"123312132")
|
|
|
|
+ this.$set(this.currectData,'classify',e.value[0].circleName)
|
|
this.$request.baseRequest('admin.unimall.cardHolderInfo', 'update', {
|
|
this.$request.baseRequest('admin.unimall.cardHolderInfo', 'update', {
|
|
cardHolderInfo: JSON.stringify(this.currectData),
|
|
cardHolderInfo: JSON.stringify(this.currectData),
|
|
}, failres => {
|
|
}, failres => {
|
|
@@ -955,6 +956,7 @@
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
this.typeName = e.value[0].circleName
|
|
this.typeName = e.value[0].circleName
|
|
|
|
+ this.mescroll.resetUpScroll()
|
|
}
|
|
}
|
|
this.isShowType = false
|
|
this.isShowType = false
|
|
},
|
|
},
|
|
@@ -974,7 +976,8 @@
|
|
page: page.num,
|
|
page: page.num,
|
|
limit: page.size,
|
|
limit: page.size,
|
|
commonId: uni.getStorageSync("userInfo").id,
|
|
commonId: uni.getStorageSync("userInfo").id,
|
|
- searchContent: this.searchVal
|
|
|
|
|
|
+ searchContent: this.searchVal,
|
|
|
|
+ classify:this.typeName
|
|
}, failres => {
|
|
}, failres => {
|
|
console.log('res+++++', failres.errmsg)
|
|
console.log('res+++++', failres.errmsg)
|
|
this.$refs.uToast.show({
|
|
this.$refs.uToast.show({
|