Browse Source

合同

master
蔡玲玲 2 weeks ago
parent
commit
1a13df76a0
  1. 2
      base-vue/src/views/modules/contract/contract-add-or-update.vue
  2. 2
      base-vue/src/views/modules/contract/contract.vue
  3. 2
      base-vue/src/views/modules/contract/file-upload.vue

2
base-vue/src/views/modules/contract/contract-add-or-update.vue

@ -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}) => {

2
base-vue/src/views/modules/contract/contract.vue

@ -43,7 +43,7 @@
style="word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color: #1890ff;font-size: 13px;" style="word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color: #1890ff;font-size: 13px;"
target="_blank" target="_blank"
> >
{{ scope.row.name }} {{ scope.row.contractId }}
</a> </a>
</el-popover> </el-popover>
</template> </template>

2
base-vue/src/views/modules/contract/file-upload.vue

@ -39,7 +39,7 @@
dataForm: { dataForm: {
name: '' name: ''
}, },
headers: { 'Authorization': 'Bearer ' + this.$cookie.get('token') } headers: { 'Token': this.$cookie.get('token') }
} }
}, },
methods: { methods: {

Loading…
Cancel
Save