diff --git a/admin-web-master/src/components/merchantInformation/index.vue b/admin-web-master/src/components/merchantInformation/index.vue index fe49571..054fd70 100644 --- a/admin-web-master/src/components/merchantInformation/index.vue +++ b/admin-web-master/src/components/merchantInformation/index.vue @@ -177,7 +177,8 @@ }, methods: { minSev() { - + let that = this + console.error(this.info) // return cerePlatformMerchantedit({ ...this.info, @@ -190,6 +191,7 @@ message: '处理成功', type: 'success' }) + that.setmsg() this.info.checkState = this.radio this.$emit('removeonaction', '1') } else { @@ -200,6 +202,18 @@ } }) }, + async setmsg() { + let info = { + type:'通知消息', + phone:this.info.phone, + content:{ + type:'1', + title:this.radio=='2'?'商家同意':this.radio=='3'?'商家驳回':'商家', + content:this.checkOpinion + }, + } + await this.$setmsg(info); + }, changetype(){ this.xiangTab= 'first' this.$emit('removeonaction', '1') diff --git a/admin-web-master/src/components/resourceCommodity/index.vue b/admin-web-master/src/components/resourceCommodity/index.vue index d358e08..5600684 100644 --- a/admin-web-master/src/components/resourceCommodity/index.vue +++ b/admin-web-master/src/components/resourceCommodity/index.vue @@ -52,11 +52,11 @@