退料bug修复
This commit is contained in:
parent
199cee3356
commit
20dc420b73
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
noChildrenText="没有数据了"
|
||||
noOptionsText="没有数据"
|
||||
noResultsText="没有搜索结果"
|
||||
placeholder="请选择配件"
|
||||
placeholder="请选择规格型号"
|
||||
:disable-branch-nodes="true"
|
||||
@input="handleChangeDevice"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue