修改解绑表的时候读数问题,抄表路线的抄表记录可以查看图片
This commit is contained in:
@@ -104,6 +104,13 @@ Page({
|
||||
type: "edit",
|
||||
})
|
||||
},
|
||||
handleDetail(e) {
|
||||
const { data } = e.currentTarget.dataset;
|
||||
this.setData({
|
||||
detail: data,
|
||||
detailVisible: true
|
||||
})
|
||||
},
|
||||
handleDelete(e) {
|
||||
const { data } = e.currentTarget.dataset;
|
||||
const that = this;
|
||||
|
||||
Reference in New Issue
Block a user