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

页面修改

parent ac2f218a
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
<div class="app-attachment-name">{{item.Name}}</div> <div class="app-attachment-name">{{item.Name}}</div>
</div> </div>
</el-tooltip> </el-tooltip>
</div> </div>
<div style="padding-right:10px"> <div style="padding-right:10px">
<el-pagination style="text-align:right" background :current-page="currentPage4" <el-pagination style="text-align:right" background :current-page="currentPage4"
...@@ -158,9 +157,7 @@ ...@@ -158,9 +157,7 @@
emitmsg: [], emitmsg: [],
} }
}, },
created() { created() {},
},
computed: { computed: {
NewItems() { NewItems() {
var _this = this; var _this = this;
...@@ -281,12 +278,9 @@ ...@@ -281,12 +278,9 @@
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
}, }
null
); );
}).catch(() => { }).catch(() => {});
});
}, },
EditGroup(item) { EditGroup(item) {
this.addGroupMsgDig = true; this.addGroupMsgDig = true;
...@@ -309,8 +303,7 @@ ...@@ -309,8 +303,7 @@
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
}, }
null
); );
} else { } else {
return false; 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