fix: 就医记录,bug修复,用药记录新增药品名称查询。
This commit is contained in:
@@ -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` })
|
||||
|
||||
Reference in New Issue
Block a user