部分问题修复
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-11 10:32:42 +08:00
parent fbbcf430ea
commit d509c8125c
1 changed files with 7 additions and 3 deletions

View File

@ -877,7 +877,9 @@
<!-- OptType === 'Add' ? '值' : OptType === 'Delete' ? '删除前' : '修改前' -->
<el-table-column
v-if="
OptType2 !== 'Add' && OptType2 !== 'Upload' && OptType2 !== 'Init'
OptType2 !== 'Add' &&
OptType2 !== 'Upload' &&
OptType2 !== 'Init'
"
prop="oldValue"
:label="
@ -1241,7 +1243,6 @@ import BaseContainer from "@/components/BaseContainer";
import BaseModel from "@/components/BaseModel";
import { getToken } from "@/utils/auth";
import { getUserTypeListByUserType } from "@/api/admin";
export default {
components: { BaseContainer, Pagination, BaseModel },
dicts: ["OptType", "ModuleType", "ChildrenType"],
@ -1261,7 +1262,6 @@ export default {
SubjectVisitId: null,
VisitPlanInfo: null,
OptType: null,
OptType2:null,
ChildrenType: null,
Reason: null,
IsSign: null,
@ -1322,6 +1322,7 @@ export default {
siteOptions: [],
visitPlanOptions: [],
OptType: null,
OptType2: null,
trialId: this.$route.query.trialId,
configList2: [],
otherData2: [],
@ -1953,6 +1954,9 @@ export default {
OpByUserName: null,
BatchId: null,
UserTypeId: null,
TrialReadingCriterionId: null,
VisitName: null,
SubjectCode: null,
});
this.timeList = [];
this.getList();