This commit is contained in:
蔡玲
2024-09-06 17:17:33 +08:00
parent 4107efaf78
commit 2069b71ee3

View File

@@ -126,7 +126,6 @@
return
}
try {
console.log(this.isChecked)
let checked = this.isChecked ? '1' : '0'
let res = await manualPackageBinding(this.val1, this.val2, checked, this.pkId)
this.clearUp()