Explorar o código

fix: 更改参数为userName

Howie %!s(int64=2) %!d(string=hai) anos
pai
achega
3be9d1a412
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()})
     },