Explorar el Código

提交测试

1
mo hace 4 años
padre
commit
3b2c242e69
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/serverDetail/index.vue

+ 1 - 1
src/views/serverDetail/index.vue

@@ -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 = [