diff --git a/src/views/smart/workpermitDetail.vue b/src/views/smart/workpermitDetail.vue index 6c7e0d5..ea69f1d 100644 --- a/src/views/smart/workpermitDetail.vue +++ b/src/views/smart/workpermitDetail.vue @@ -103,21 +103,7 @@ name: "equipmentledgerDetail", data () { return { - checkStatusValue: this.$route.query.checkstatus, form:{}, - optionCheckStatus: [{ - value: 1, - label: '审核中' - }, { - value: 2, - label: '已审核' - }, { - value: 3, - label: '未通过' - }, { - value: 4, - label: ' ' - }], frame_class: '', type: {}, shouldShowButton:{}, @@ -544,7 +530,6 @@ this.addUpdateShowButton=false; this.UpdateShowButton=true; this.frame_class = 'frame_class1'; - this.checkStatusValue = this.$route.query.checkstatus; this.SearchDetail(); const kksDescription = this.findObject(this.tab1_option.column, "kksDescription"); kksDescription.disabled = true; @@ -556,7 +541,7 @@ this.UpdateShowButton=false; this.addUpdateShowButton=true; this.frame_class = null; - this.checkStatusValue = 4; + this.form =" "; } const create_user = this.findObject(this.optionParam.column, "createUser"); create_user.display = false;