Przeglądaj źródła

修改服务展示问题

yxb
DESKTOP-2IO5MST\huting 1 rok temu
rodzic
commit
0f736bdab6
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3
    2
      pages/service/service.vue

+ 3
- 2
pages/service/service.vue Wyświetl plik

@@ -60,7 +60,7 @@
} from "@/utils/network/encryption";
const bgOrange = `url(${fileURL}image/service/bg-orange.png) center center no-repeat`;
const bgBlue = `url(${fileURL}image/service/bg-blue.png) center center no-repeat`;
const activeTab = ref("业务服务");
const activeTab = ref("");
const tableSelectIndex = ref(0);
// 切换
function tabHandle(val, index) {
@@ -83,7 +83,8 @@
menu.list = val.menuList ? val.menuList : [],
menu.list = deepClone(menu.list)
state.newArr = deepClone(menu.list);
menuShow.list = val.menuList ? val.menuList : []
menuShow.list = val.menuList ? val.menuList : [],
activeTab.value = val.menuList[0]['name']
})
});
// 深拷贝

Ładowanie…
Anuluj
Zapisz