|
@@ -256,11 +256,11 @@ export default {
|
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
|
that.delegationInfos = res.data.data.delegationInfos;
|
|
that.delegationInfos = res.data.data.delegationInfos;
|
|
|
that.delegationInfoss = that.delegationInfos;
|
|
that.delegationInfoss = that.delegationInfos;
|
|
|
- console.log(that.delegationInfoss);
|
|
|
|
|
- console.log(that.delegationInfos);
|
|
|
|
|
-
|
|
|
|
|
that.diId=res.data.data.delegationInfos[0].id;
|
|
that.diId=res.data.data.delegationInfos[0].id;
|
|
|
that.setData = res.data.data.setData;
|
|
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.ctId=res.data.data.setData[0].id;
|
|
|
that.user = res.data.data.user;
|
|
that.user = res.data.data.user;
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|