Browse Source

fix: 更改参数为userName

Howie 2 years ago
parent
commit
3be9d1a412
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/setting/engineeringSubAccount.vue

+ 1 - 1
src/views/setting/engineeringSubAccount.vue

@@ -295,7 +295,7 @@ export default {
       })
     },
     handleDel(row){
-             delUserGongCheng({adminUserId: row.adminUserId}).then(res=>{
+             delUserGongCheng({userName: row.userName}).then(res=>{
                   this.$successMsg('删除成功')
                   this.getList()})
     },