fix:日志编辑时设备不对应问题改正

This commit is contained in:
shijing 2025-04-22 14:30:35 +08:00
parent ff1ef7f213
commit fd5ab5b2fd
1 changed files with 0 additions and 3 deletions

View File

@ -383,9 +383,6 @@ export default {
let that = this;
this.$API.em.equipment.list.req({ page: 0, type: 10,mgroup:that.mgroup}).then((res) => {
res.forEach((item) => {
if(that.codeText = item.number){
this.form.equipment = item.id;
}
let obj = {};
Object.assign(obj, item);
obj.label = item.name+'-'+item.number;