liuhj 3 tygodni temu
rodzic
commit
55451e2748

+ 1 - 2
src/components/Finance/FeesPage.vue

@@ -253,11 +253,10 @@ export default {
                     Authorization: 'Bearer ' + that.token
                 },
             }).then(function (res) {
-                console.log(res);
                 if (res.data.code == 200) {
                     that.classify=res.data.data;
                     that.classify = that.classify.filter(function(item) {
-                        return item.name !== "文档下载"
+                        return item.name !== "文档下载"&&item.name !== "会务相关"
                     });
                     that.activeName=res.data.data[0].id+''
                     that.getPostSearchGrpCreditCardPayment();

+ 3 - 3
src/components/OP/GroupsTaskAssignment.vue

@@ -256,11 +256,11 @@ export default {
                 if (res.data.code == 200) {
                     that.delegationInfos = res.data.data.delegationInfos;
                     that.delegationInfoss = that.delegationInfos;
-                    console.log(that.delegationInfoss);
-                    console.log(that.delegationInfos);
-                    
                     that.diId=res.data.data.delegationInfos[0].id;
                     that.setData = res.data.data.setData;
+                    that.setData = that.setData.filter(function(item) {
+                        return item.name !== "文档下载"&&item.name !== "会务相关"
+                    });
                     that.ctId=res.data.data.setData[0].id;
                     that.user = res.data.data.user;
                     setTimeout(() => {