Explorar el Código

fix: 更改参数为userName

Howie hace 2 años
padre
commit
3be9d1a412
Se han modificado 1 ficheros con 1 adiciones y 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()})
     },