소스 검색

修改bug

chenrui 8 달 전
부모
커밋
5afd1553d6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/easyPassManagement/promotionalActivities/list.vue

+ 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