|
@ -294,7 +294,7 @@ |
|
|
this.materData = [] |
|
|
this.materData = [] |
|
|
if (this.dataForm.contractId) { |
|
|
if (this.dataForm.contractId) { |
|
|
this.$http({ |
|
|
this.$http({ |
|
|
url: this.$http.adornUrl(`/flow/contract/list/${this.dataForm.contractId}`), |
|
|
url: this.$http.adornUrl(`/flow/contract/info/${this.dataForm.contractId}`), |
|
|
method: 'get', |
|
|
method: 'get', |
|
|
params: this.$http.adornParams() |
|
|
params: this.$http.adornParams() |
|
|
}).then(({data}) => { |
|
|
}).then(({data}) => { |
|
|