删除log
This commit is contained in:
parent
dc46c15c50
commit
4500e48b52
@ -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() {
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user