develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
133 changed files with 16529 additions and 412 deletions
Showing only changes of commit 97f9b3ff0e - Show all commits

View File

@ -52,7 +52,6 @@ const ems = {
getSiteAllDeviceCategory(siteId).then(response => {
let data = response?.data || [];
data.unshift('SSYX');
data.unshift('EMS');//todo delete
commit('SET_ZD_DEVICE_CATEGORY_OPTIONS', {siteId, data})
})
}