初始化
parent
a9b863ceb2
commit
8dccbfaf00
|
@ -245,7 +245,9 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleStatusChange(row){
|
handleStatusChange(row){
|
||||||
|
updateApi(row).then(res=>{
|
||||||
|
console.log(res)
|
||||||
|
})
|
||||||
},
|
},
|
||||||
getreqmsg(){
|
getreqmsg(){
|
||||||
listMsg(this.reqmsgs).then(res=>{
|
listMsg(this.reqmsgs).then(res=>{
|
||||||
|
|
Loading…
Reference in New Issue