临床数据上传依赖,排序改为枚举值
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-02-11 14:39:01 +08:00
parent af343d43d8
commit 3e680d0033
1 changed files with 2 additions and 1 deletions

View File

@ -628,7 +628,8 @@ export default {
},
mounted() {
if (!(this.data.IsVisit || this.data.IsBaseLine)) {
this.clinicalType = this.$d.GetClinicalType[0].value.toString();
// this.clinicalType = this.$d.GetClinicalType[0].value.toString();
this.clinicalType = '1';
} else {
this.getList(true);
}