story#6932,我的发布,下架按钮清楚radio的值
This commit is contained in:
@ -163,6 +163,7 @@ export default {
|
|||||||
}
|
}
|
||||||
if(this.xiajiaInfo?.type==1 && this.radio==1){
|
if(this.xiajiaInfo?.type==1 && this.radio==1){
|
||||||
this.poupShow=false
|
this.poupShow=false
|
||||||
|
this.radio = ''
|
||||||
this.$router.push({ name: "sellingInfo", query: {id:this.xiajiaInfo.id,type:'revise'}})
|
this.$router.push({ name: "sellingInfo", query: {id:this.xiajiaInfo.id,type:'revise'}})
|
||||||
}else{
|
}else{
|
||||||
await usedCarRemove({
|
await usedCarRemove({
|
||||||
@ -209,6 +210,7 @@ export default {
|
|||||||
},
|
},
|
||||||
xiajiaHandle(item){//下架
|
xiajiaHandle(item){//下架
|
||||||
this.poupShow=true
|
this.poupShow=true
|
||||||
|
this.radio = ''
|
||||||
this.xiajiaInfo=item
|
this.xiajiaInfo=item
|
||||||
},
|
},
|
||||||
isToday(time) {
|
isToday(time) {
|
||||||
|
Reference in New Issue
Block a user