删除log

This commit is contained in:
yulixing 2019-11-21 17:03:28 +08:00
parent dc46c15c50
commit 4500e48b52
2 changed files with 0 additions and 5 deletions

View File

@ -187,7 +187,6 @@ export default {
template: this.makerForm.template,
list: this.makerForm.list
})
console.log('成功保存')
this.makerId = data.result._id
this.$message.success('数据保存成功!')
}
@ -335,7 +334,6 @@ export default {
x = v - s
}
r.push(x.toFixed(0))
console.log('4', s, x, r)
return r
},
openModal() {

View File

@ -101,7 +101,6 @@ export default {
getMaker(params)
.then(res => {
const data = res.data
console.log('ddddddddd', data)
if (data.errcode === 0) resolve(data)
})
.catch(err => {
@ -140,9 +139,7 @@ export default {
pageSize: this.pageSize,
currentPage: this.currentPage
})
console.log('da ta', data)
this.tableData = data.result
console.log(this.tableData)
this.total = data.total
this.isLoaded = false
} catch (err) {