修复门诊医生站诊断删除按钮的错误
This commit is contained in:
@@ -467,7 +467,7 @@ function handleAddTcmDiagonsis() {
|
|||||||
*/
|
*/
|
||||||
function handleDeleteDiagnosis(row, index) {
|
function handleDeleteDiagnosis(row, index) {
|
||||||
if (row.conditionId) {
|
if (row.conditionId) {
|
||||||
delEncounterDiagnosis({ conditionId: row.conditionId }).then((res) => {
|
delEncounterDiagnosis(row.conditionId).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
proxy.$modal.msgSuccess('删除成功');
|
proxy.$modal.msgSuccess('删除成功');
|
||||||
getList();
|
getList();
|
||||||
|
|||||||
Reference in New Issue
Block a user