This commit is contained in:
liushuai
2020-03-23 17:59:13 +08:00
22 changed files with 630 additions and 540 deletions

View File

@@ -170,7 +170,6 @@ export default {
update(row) {
console.log(row, 12)
Preservation(row.采购合同明细流水号, row.单价).then(response => {
console.log(response, 1111)
if (response.data[0].result === '1') {
this.$message.success('编辑成功')
// this.searchTable()

View File

@@ -149,7 +149,6 @@ export default {
xhr.responseType = 'blob'
xhr.onload = function() {
if (xhr.status === 200) {
console.log(xhr, 1111)
const name = xhr.getResponseHeader('content-disposition').split('=')[1]
cb(xhr.response, name)
}