From d8243dc134e1be05711dfc08bdf8190a84d0761d Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 25 Dec 2023 10:41:11 +0800
Subject: [PATCH] 修复部分问题
---
subPackage/workbench/views/bailReportDetail.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/subPackage/workbench/views/bailReportDetail.vue b/subPackage/workbench/views/bailReportDetail.vue
index 8374a9d..bf576d9 100644
--- a/subPackage/workbench/views/bailReportDetail.vue
+++ b/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
},
--
Gitblit v1.9.3