|
@@ -1681,6 +1681,9 @@ function hasNoData() {
|
|
|
this.$refs.vKeepComponent.ajaxAddKeep(id, type)
|
|
|
},
|
|
|
changeKeepStatus (type, that) {
|
|
|
+ if (!that) {
|
|
|
+ that = $('*[data-id="'+this.nowOpenBid+'"]')
|
|
|
+ }
|
|
|
changeCollectStatus(type, that)
|
|
|
changeCollectDataStatus(type, this.nowOpenBid)
|
|
|
}
|