Browse Source

item

master
pengjun 2 years ago
parent
commit
8d47646fbb
  1. 9
      src/views/customerReport/positiveResultsList.vue
  2. 2
      src/views/fee-settings/Item.vue

9
src/views/customerReport/positiveResultsList.vue

@ -302,14 +302,7 @@ export default {
this.dict.itemTypeTree = res.data;
tcdate(this.dict.itemTypeTree);
}
});
postapi("/api/app/diagnosis/getlistinsuggestion").then((res) => {
if (res.code == 1) {
this.dict.asbItemAll = res.data;
}
});
});
},
changeValue(value) {
if (value == 0) {

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

@ -2045,7 +2045,7 @@ export default {
},
//Id
diageoisaddId() {
postapi("/api/app/diagnosis/getlistinsuggestion").then((res) => {
postapi("/api/app/Diagnosis/GetSimpleList").then((res) => {
if (res.code != -1) {
this.editdigoisceDiagnosisId = res.data;
this.quckeDitd = res.data;

Loading…
Cancel
Save