|
@@ -148,8 +148,6 @@ Page({
|
|
|
})
|
|
|
},
|
|
|
deleteItem(e) {
|
|
|
- console.log(e)
|
|
|
- console.log(this.data.process)
|
|
|
dd.confirm({
|
|
|
title: '提示',
|
|
|
content: '确定永久删除此项?',
|
|
@@ -168,7 +166,6 @@ Page({
|
|
|
} else {
|
|
|
data.process = JSON.stringify(data.process);
|
|
|
}
|
|
|
- console.log(data.process)
|
|
|
app.$post("api/integral/work", data).then((res) => {
|
|
|
app.globalData.showToast(res.data.msg);
|
|
|
this.getDetail(this.data.id);
|
|
@@ -197,7 +194,6 @@ Page({
|
|
|
}
|
|
|
})
|
|
|
this.employee_me(data)
|
|
|
- console.log(process)
|
|
|
this.setData({
|
|
|
dataDetail: data,
|
|
|
total: res.data.data.process.total,
|