chenrui  1 год назад
Родитель
Сommit
bc6e7715a3

+ 1 - 1
src/views/userManagement/account/index.vue

@@ -454,7 +454,7 @@ const handleNodeClick = (data) => {
     PageIndex.value = 1;
     msgType.value = "cld";
     msgId.value = data.user_group_id;
-    gueryRoles();
+    // gueryRoles();
     accountList("tree");
   } else {
     msgType.value = "all";

+ 0 - 63
src/views/userManagement/accountGroup/index.vue

@@ -186,69 +186,6 @@ const accountList = async () => {
         tableData.value = art3.length > 0 ? art3 : art2;
       });
     });
-    // res.tableData.value.forEach((res) => {
-    //   if (
-    //     Number(res[conditonLisy.value[0].key]) -
-    //       Number(conditonLisy.value[0].val) >
-    //     0
-    //   ) {
-    //     if (">" == conditonLisy.value[0].conn) {
-    //       if (conditonLisy.value[1]) {
-    //         if (
-    //           Number(res[conditonLisy.value[0].key]) -
-    //             Number(conditonLisy.value[1].val) >
-    //           0
-    //         ) {
-    //           if (">" == conditonLisy.value[1].conn) {
-    //             art.push(res);
-    //           }
-    //         } else if ("<" == conditonLisy.value[1].conn) {
-    //           art.push(res);
-    //         }
-    //       } else {
-    //         art.push(res);
-    //       }
-    //     }
-    //   } else {
-    //     if ("<" == conditonLisy.value[0].conn) {
-    //       if (conditonLisy.value[1]) {
-    //         if (
-    //           Number(res[conditonLisy.value[0].key]) -
-    //             Number(conditonLisy.value[1].val) >
-    //           0
-    //         ) {
-    //           if (">" == conditonLisy.value[1].conn) {
-    //             art.push(res);
-    //           }
-    //         } else if ("<" == conditonLisy.value[1].conn) {
-    //           art.push(res);
-    //         }
-    //       } else {
-    //         art.push(res);
-    //       }
-    //     }
-    //   }
-    // });
-    // if (conditonLisy.value[2]) {
-    //   art.forEach((element) => {
-    //     if (
-    //       element[conditonLisy.value[2].key].includes(conditonLisy.value[2].val)
-    //     ) {
-    //       if (conditonLisy.value[3]) {
-    //         if (
-    //           element[conditonLisy.value[3].key] == conditonLisy.value[3].val
-    //         ) {
-    //           console.log(element);
-    //           tableData.value.push(element);
-    //         }
-    //       } else {
-    //         tableData.value.push(element);
-    //       }
-    //     }
-    //   });
-    // } else {
-    //   tableData.value = art;
-    // }
   }
   submitID.value = res.msgId.value;
   if (conditon.value == null) {