任务类型
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user