wangfumin 1 miesiąc temu
rodzic
commit
386f030bcd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/view/newFireCase/newdispatch/example.vue

+ 1 - 1
src/view/newFireCase/newdispatch/example.vue

@@ -113,7 +113,7 @@ const head = computed(() => {
     { name: "案件列表", value: "0" },
     { name: "案件共享", value: "1" },
   ];
-  return canShowAll.value ? options.concat({ name: "全部", value: "2" }) : options;
+  return canShowAll.value ? [{ name: "全部", value: "2" }] : options;
 });
 watch(() => state.query.searchType, (newVal) => {
   queryReset();