fix: 就医记录,bug修复,用药记录新增药品名称查询。

This commit is contained in:
2025-09-17 08:38:43 +08:00
parent 8525a09be3
commit 2006eb22e4
2 changed files with 7 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ function submit() {
proxy.$refs['uForm'].validate().then(() => {
if (form.value.id != null) {
if(flag.value==null){
updateDoctorRecord(res => {
updateDoctorRecord(form.value).then(res => {
proxy.$refs['uToast'].show({
message: '修改成功', complete() {
uni.navigateTo({ url: `/pages/health/doctorRecord/list` })