退料bug修复
This commit is contained in:
parent
199cee3356
commit
20dc420b73
|
|
@ -1286,8 +1286,9 @@ export default {
|
||||||
// 获取编码再用列表
|
// 获取编码再用列表
|
||||||
getMachineList() {
|
getMachineList() {
|
||||||
const params = {
|
const params = {
|
||||||
unitId: this.queryParams.unitId,
|
// unitId: this.queryParams.unitId,
|
||||||
projectId: this.queryParams.proId,
|
// projectId: this.queryParams.proId,
|
||||||
|
agreementId: this.queryParams.agreementId,
|
||||||
typeId: this.typeId,
|
typeId: this.typeId,
|
||||||
maCode: this.maCode,
|
maCode: this.maCode,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
noChildrenText="没有数据了"
|
noChildrenText="没有数据了"
|
||||||
noOptionsText="没有数据"
|
noOptionsText="没有数据"
|
||||||
noResultsText="没有搜索结果"
|
noResultsText="没有搜索结果"
|
||||||
placeholder="请选择配件"
|
placeholder="请选择规格型号"
|
||||||
:disable-branch-nodes="true"
|
:disable-branch-nodes="true"
|
||||||
@input="handleChangeDevice"
|
@input="handleChangeDevice"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue