一致性分析受试者分配新增字段显示规则
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4d97b9992c
commit
5d8c0f99b9
|
@ -906,7 +906,7 @@
|
|||
style="margin-top: 40px"
|
||||
:IsSelfAnalysis="IsSelfAnalysis"
|
||||
:changeNum="changeNum"
|
||||
:other-info="OtherInfo"
|
||||
:other-info="RuleOtherInfo"
|
||||
@close="
|
||||
() => {
|
||||
ReaderRulesVisible2 = false;
|
||||
|
@ -958,7 +958,7 @@
|
|||
>
|
||||
<DoctorConsistentRuleSubjectTable
|
||||
:data="rowData"
|
||||
:other-info="OtherInfo"
|
||||
:other-info="RuleOtherInfo"
|
||||
@close="
|
||||
() => {
|
||||
DoctorConsistentRuleSubjectTableVisible = false;
|
||||
|
@ -1184,6 +1184,7 @@ export default {
|
|||
btnLoading: false,
|
||||
rowData: {},
|
||||
OtherInfo: {},
|
||||
RuleOtherInfo: {},
|
||||
title: null,
|
||||
SelectList: [],
|
||||
TaskConsistentRuleList: [],
|
||||
|
@ -1470,6 +1471,7 @@ export default {
|
|||
.then((res) => {
|
||||
if (res.OtherInfo) {
|
||||
this.ReaderRulesFormVisible = false;
|
||||
this.RuleOtherInfo = res.OtherInfo;
|
||||
} else {
|
||||
this.ReaderRulesFormVisible = true;
|
||||
}
|
||||
|
@ -1522,6 +1524,7 @@ export default {
|
|||
.then((res) => {
|
||||
if (res.OtherInfo) {
|
||||
this.ReaderRulesFormVisible = false;
|
||||
this.RuleOtherInfo = res.OtherInfo;
|
||||
} else {
|
||||
this.ReaderRulesFormVisible = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue