Commit b01bf39d authored by feifei's avatar feifei

销户

parent 400b7e54
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
type: 'warning', type: 'warning',
beforeClose: (action, instance, done) => { beforeClose: (action, instance, done) => {
if (action === 'confirm') { 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 => { .then(res => {
if (res.data.code != 200) { if (res.data.code != 200) {
this.$message.error(res.data.message); this.$message.error(res.data.message);
......
{ {
"name": "versiony", "name": "versiony",
"version": "6.0.2" "version": "6.0.4"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment