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

View File

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