退料增加unitId及工程id
This commit is contained in:
parent
2ea2ba4248
commit
655d562096
|
|
@ -717,6 +717,8 @@ export default {
|
|||
// 获取 设备树结构数据
|
||||
async GetDeviceTypeTreeFn(agreementId) {
|
||||
const params = {
|
||||
unitId: this.queryParams.unitId,
|
||||
proId: this.queryParams.proId,
|
||||
agreementId: agreementId
|
||||
}
|
||||
const res = await getDeviceTreeByAgreementId(params)
|
||||
|
|
@ -950,7 +952,9 @@ export default {
|
|||
backPerson: this.queryParams.backPerson,
|
||||
phone: this.queryParams.phone,
|
||||
remark: this.queryParams.remark,
|
||||
agreementId: this.queryParams.agreementId
|
||||
unitId: this.queryParams.unitId,
|
||||
proId: this.queryParams.proId,
|
||||
agreementId: this.queryParams.agreementId,
|
||||
// backTime: this.queryParams.backTime,
|
||||
// createBy: this.queryParams.createBy,
|
||||
// companyId: this.queryParams.companyId,
|
||||
|
|
|
|||
|
|
@ -587,6 +587,7 @@ export default {
|
|||
async GetDeviceTypeTreeFn(agreementId) {
|
||||
const params = {
|
||||
agreementId: agreementId,
|
||||
unitId: this.queryParams.unitId,
|
||||
}
|
||||
const res = await getDeviceTreeByAgreementId(params)
|
||||
console.log('resgetUseTypeTreee==========', res)
|
||||
|
|
|
|||
Loading…
Reference in New Issue