|
@@ -267,7 +267,7 @@ export default {
|
|
|
this.getDefaultTime();
|
|
|
if (this.$route.query.searchType) {
|
|
|
this.searchForm.organId = this.$route.query.organId * 1 || "";
|
|
|
- this.searchForm.unDone = this.$route.query.unDone || ""
|
|
|
+ this.searchForm.unDone = this.$route.query.unDone+'' || ""
|
|
|
const dayjs = this.$helpers.dayjs;
|
|
|
let nowDate = dayjs(new Date()).format("YYYY-MM-DD");
|
|
|
this.orderDate = [
|