console
This commit is contained in:
@@ -126,7 +126,6 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
console.log(this.isChecked)
|
|
||||||
let checked = this.isChecked ? '1' : '0'
|
let checked = this.isChecked ? '1' : '0'
|
||||||
let res = await manualPackageBinding(this.val1, this.val2, checked, this.pkId)
|
let res = await manualPackageBinding(this.val1, this.val2, checked, this.pkId)
|
||||||
this.clearUp()
|
this.clearUp()
|
||||||
|
|||||||
Reference in New Issue
Block a user