|
|
@@ -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();
|