feat: linux文件排序

This commit is contained in:
meilin.huang
2022-09-26 18:08:12 +08:00
parent cfb7fd5b29
commit 2db4c20dd3
65 changed files with 76 additions and 65 deletions

View File

@@ -198,6 +198,7 @@ export default defineComponent({
};
const getSshTunnelMachine = (machineId: any) => {
notBlank(machineId, '请选择或先创建一台隧道机器');
return state.sshTunnelMachineList.find((x: any) => x.id == machineId);
};