材料站优化

This commit is contained in:
bb_pan 2025-09-06 17:36:21 +08:00
parent 6d8b037372
commit e20ba76e7d
1 changed files with 3 additions and 0 deletions

View File

@ -480,6 +480,7 @@ export default {
},
/** 机具类型 */
equipmentType() {
const loading = this.$loading()
equipmentTypeTree({
agreementIdList: this.agreementId,
proId: this.maForm.proId,
@ -497,6 +498,8 @@ export default {
if (this.equipmentList.length > 0) {
this.deviceType = this.equipmentList.map(item => item.typeId)
}
}).finally(() => {
loading.close()
})
},
//