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