任务类型

This commit is contained in:
2023-12-18 14:46:54 +08:00
parent 1c6afb4fd5
commit be516b21b6

View File

@@ -260,10 +260,9 @@ export default {
this.pkId = this.pkId === e.point_code ? '' : e.point_code
this.selectObj = e
},
toSure (type) {
console.log(this.selectObj.point_code, 666)
toSure (pcode, type) {
if (this.selectObj.point_code) {
this.confirmPoint(type)
this.confirmPoint(pcode, type)
}
},
toClear () {