|
@ -210,7 +210,7 @@ |
|
|
}, |
|
|
}, |
|
|
insertArt(){ |
|
|
insertArt(){ |
|
|
this.insertArtDoing = true |
|
|
this.insertArtDoing = true |
|
|
insertData({artId:this.artId}).then( ({ code,msg }) => { |
|
|
|
|
|
|
|
|
insertData({artid:this.artId}).then( ({ code,msg }) => { |
|
|
this.insertArtDoing = false |
|
|
this.insertArtDoing = false |
|
|
if(code == 200) { |
|
|
if(code == 200) { |
|
|
this.getCustomerArticleDemand(this.pagination) |
|
|
this.getCustomerArticleDemand(this.pagination) |
|
|