Commit 199dc0dd authored by 黄奎's avatar 黄奎

页面修改

parent ac2f218a
......@@ -56,7 +56,6 @@
<div class="app-attachment-name">{{item.Name}}</div>
</div>
</el-tooltip>
</div>
<div style="padding-right:10px">
<el-pagination style="text-align:right" background :current-page="currentPage4"
......@@ -158,9 +157,7 @@
emitmsg: [],
}
},
created() {
},
created() {},
computed: {
NewItems() {
var _this = this;
......@@ -281,12 +278,9 @@
} else {
this.Error(res.data.message);
}
},
null
}
);
}).catch(() => {
});
}).catch(() => {});
},
EditGroup(item) {
this.addGroupMsgDig = true;
......@@ -309,8 +303,7 @@
} else {
this.Error(res.data.message);
}
},
null
}
);
} else {
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment