任务类型
This commit is contained in:
@@ -260,10 +260,9 @@ export default {
|
|||||||
this.pkId = this.pkId === e.point_code ? '' : e.point_code
|
this.pkId = this.pkId === e.point_code ? '' : e.point_code
|
||||||
this.selectObj = e
|
this.selectObj = e
|
||||||
},
|
},
|
||||||
toSure (type) {
|
toSure (pcode, type) {
|
||||||
console.log(this.selectObj.point_code, 666)
|
|
||||||
if (this.selectObj.point_code) {
|
if (this.selectObj.point_code) {
|
||||||
this.confirmPoint(type)
|
this.confirmPoint(pcode, type)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
toClear () {
|
toClear () {
|
||||||
|
|||||||
Reference in New Issue
Block a user