罗斌杰 2 years ago
parent
commit
8ebde138ac
  1. 10
      src/views/fee-settings/Item.vue

10
src/views/fee-settings/Item.vue

@ -1847,6 +1847,11 @@ export default {
this.editdigoisceDiagnosisId = res.data; this.editdigoisceDiagnosisId = res.data;
} }
}); });
getapi("/api/app/result-status").then((res) => {
if (res.code != -1) {
this.resultStatusId = res.data;
}
});
}, },
// //
@ -2417,11 +2422,6 @@ export default {
} }
} }
); );
getapi("/api/app/result-status").then((res) => {
if (res.code != -1) {
this.resultStatusId = res.data;
}
});
// // // //
// getapi("/api/app/item-type/by-code-all").then((res) => { // getapi("/api/app/item-type/by-code-all").then((res) => {

Loading…
Cancel
Save