chenrui 8 meses atrás
pai
commit
5afd1553d6

+ 1 - 1
src/views/easyPassManagement/promotionalActivities/list.vue

@@ -350,7 +350,7 @@ export default {
     handleSet (row) {
       this.itemObj = row
       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) {
           this.itemFlag = res.data && Object.keys(res.data).length > 0 ? '0' : '1'
           this.openSetImgModal = true