|
|
@@ -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']
|
|
|
|
})
|
|
|
|
});
|
|
|
|
// 深拷贝
|