Lou
2023-12-25 d8243dc134e1be05711dfc08bdf8190a84d0761d
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
         },