Browse Source

加判断

release/epdc
井乐禹 2 years ago
parent
commit
07cadb3f94
  1. 4
      src/views/modules/events/appeal-cssb-list.vue

4
src/views/modules/events/appeal-cssb-list.vue

@ -436,14 +436,14 @@ export default {
this.$http['post']('events/item/reportWGH', condition).then(({
data: res
}) => {
if (res && res.code == 0) {
if (res && res.code && res.code == 0) {
this.$message({
type: 'success',
message: '再次上报成功'
});
} else {
this.$message({
type: 'success',
type: 'info',
message: res.msg
});
}

Loading…
Cancel
Save