Merge branch 'master' of http://123.56.95.229:10010/r/高精
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user