|
@@ -350,7 +350,7 @@ export default {
|
|
handleSet (row) {
|
|
handleSet (row) {
|
|
this.itemObj = row
|
|
this.itemObj = row
|
|
this.spinning = true
|
|
this.spinning = true
|
|
- updateSetShopBanner({ bizSn: row.promoSn, stateList: ['UNPUBLISH', 'PUBLISH'] }).then(res => {
|
|
|
|
|
|
+ updateSetShopBanner({ bizSn: row.promoSn, stateList: ['UNPUBLISH', 'PUBLISH', 'CLOSE'] }).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.itemFlag = res.data && Object.keys(res.data).length > 0 ? '0' : '1'
|
|
this.itemFlag = res.data && Object.keys(res.data).length > 0 ? '0' : '1'
|
|
this.openSetImgModal = true
|
|
this.openSetImgModal = true
|