subPackage/workbench/views/bailReportDetail.vue
@@ -261,14 +261,14 @@ }, showPickerDate() { if (this.roleType == 2 && this.status != 2) return; if (this.roleType == 2 && this.status != 1) return; this.showSelectDate = true; }, cancelPickerDate() { this.showSelectDate = false; }, showPicker() { if (this.roleType == 2 && this.status != 2) return; if (this.roleType == 1 && this.status != 2) return; this.isPickerShow = true },