退料bug修复

This commit is contained in:
hongchao 2025-08-14 14:58:07 +08:00
parent 199cee3356
commit 20dc420b73
2 changed files with 4 additions and 3 deletions

View File

@ -1286,8 +1286,9 @@ export default {
//
getMachineList() {
const params = {
unitId: this.queryParams.unitId,
projectId: this.queryParams.proId,
// unitId: this.queryParams.unitId,
// projectId: this.queryParams.proId,
agreementId: this.queryParams.agreementId,
typeId: this.typeId,
maCode: this.maCode,
}

View File

@ -27,7 +27,7 @@
noChildrenText="没有数据了"
noOptionsText="没有数据"
noResultsText="没有搜索结果"
placeholder="请选择配件"
placeholder="请选择规格型号"
:disable-branch-nodes="true"
@input="handleChangeDevice"
/>