@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user