|
@@ -238,7 +238,12 @@ export default {
|
|
|
message:'发布成功'
|
|
|
}
|
|
|
)
|
|
|
- this.$set(row,'status',3)
|
|
|
+ if(response.data && response.data.status){
|
|
|
+ this.$set(row,'status',response.data.status)
|
|
|
+ }else{
|
|
|
+ this.$set(row,'status',2)
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}).catch(error=>{
|
|
|
message.close()
|