Browse Source

Merge branch 'feature/dev_point_manage' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into feature/dev_point_manage

master
ZhaoTongYao 3 years ago
parent
commit
96f2e5957b
  1. 2
      src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue
  2. 2
      src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

2
src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue

@ -398,7 +398,7 @@ export default {
)
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg);
return this.$message.error(res.internalMsg);
}
this.$message({
message: this.$t("prompt.success"),

2
src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

@ -509,7 +509,7 @@ export default {
)
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg);
return this.$message.error(res.internalMsg);
}
this.$message({
message: this.$t("prompt.success"),

Loading…
Cancel
Save