临床数据上传依赖,排序改为枚举值
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
af343d43d8
commit
3e680d0033
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue