@@ -6395,8 +6395,6 @@ export default {
}).then(function (res) {
if (res.data.code == 200) {
that.rollcallarr = res.data.data;
- } else {
- that.$message.error(res.data.smg);
}
})
},