Browse Source

接口报错提示

360view
bianyaqi 2 years ago
parent
commit
d94b2c96c8
  1. 4
      src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue

4
src/page-subspecialty/views/modules/outpatientManagement/treat/patient-add-or-update.vue

@ -226,7 +226,9 @@ export default {
this.$emit('refreshDataList')
}
})
}).catch(() => {})
}).catch(res => {
this.$message.error(res.msg)
})
})
}, 1000, { leading: true, trailing: false }),
//

Loading…
Cancel
Save