diff --git a/src/components/byh/ClientManagerment.vue b/src/components/byh/ClientManagerment.vue index ef8de957ba629c5bfc5d4cc81d6433f31496b5f0..6534eb46e1093af6c8029ee9ba9e7f028cb8289b 100644 --- a/src/components/byh/ClientManagerment.vue +++ b/src/components/byh/ClientManagerment.vue @@ -305,7 +305,7 @@ type: 'warning', beforeClose: (action, instance, done) => { if (action === 'confirm') { - this.$$get('/client/accountCancellation?userId=' + record.userId + '&clientCell='+ record.cell) + this.$$get('/client/accountCancellation?userId=' + record.userId + '&clientCell='+ record.cell + '&appName='+ this.searchInfo.appName) .then(res => { if (res.data.code != 200) { this.$message.error(res.data.message); diff --git a/version.json b/version.json index ffb9ab2835609a09ae33c65f37374b72051c81ae..bed3b942b67f8a00b10fb0a2c0ffb724a85a0591 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "name": "versiony", - "version": "6.0.2" + "version": "6.0.4" } \ No newline at end of file