Explorar el Código

用户管理,查看弹框,站点数字显示异常bug修复

ming hace 3 años
padre
commit
59cf0bd42a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/systemManage/userManage/index.vue

+ 1 - 0
src/views/systemManage/userManage/index.vue

@@ -212,6 +212,7 @@ export default defineComponent({
 
     // 查看
     const checkItem = (row) => {
+      siteIdArr.value=[]
       console.log(row)
       api.authRole({}, row.userId).then((requset) => {
         if (requset.status === 'SUCCESS') {