jufubao-base 1.0.148-beta1 → 1.0.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -238,7 +238,6 @@ export default {
|
|
|
238
238
|
let cardIds = this.cardOrgList.map(item=>{
|
|
239
239
|
return item.card_number + ''
|
|
240
240
|
});
|
|
241
|
-
debugger
|
|
242
241
|
jfbRootExec("batchDisabledCardUnbindEntry", {vm: this, data: {card_numbers: cardIds.join(','),},})
|
|
243
242
|
.then((res) => {
|
|
244
243
|
this.$xdAlert({
|