代码还原

This commit is contained in:
BianLzhaoMin 2024-10-30 16:44:37 +08:00
parent 5879ff62b8
commit b30b7bcf37
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ export default {
(e) => e.companyId == this.queryParams.companyId, (e) => e.companyId == this.queryParams.companyId,
) )
} }
this.deviceTypeTreeNew = res.data this.deviceTypeTree = res.data
}, },
// id // id
async GetAgreementInfoById() { async GetAgreementInfoById() {