@ -294,7 +294,7 @@
this.materData = []
if (this.dataForm.contractId) {
this.$http({
url: this.$http.adornUrl(`/flow/contract/list/${this.dataForm.contractId}`),
url: this.$http.adornUrl(`/flow/contract/info/${this.dataForm.contractId}`),
method: 'get',
params: this.$http.adornParams()
}).then(({data}) => {
@ -43,7 +43,7 @@
style="word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color: #1890ff;font-size: 13px;"
target="_blank"
>
{{ scope.row.name }}
{{ scope.row.contractId }}
</a>
</el-popover>
</template>
@ -39,7 +39,7 @@
dataForm: {
name: ''
},
headers: { 'Authorization': 'Bearer ' + this.$cookie.get('token') }
headers: { 'Token': this.$cookie.get('token') }
}
methods: {