zhangdan 4 년 전
부모
커밋
1aa7ed0db7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recoveryManage/shopSet/addShop.vue

+ 1 - 1
src/views/recoveryManage/shopSet/addShop.vue

@@ -152,7 +152,7 @@
       </a-form-item>
       <a-form-item :wrapper-col="{ span: 12, offset: 6 }" style="text-align: center;">
         <a-button type="primary" html-type="submit" id="addShop-submit" style="margin-right: 15px">保存</a-button>
-        <a-button @click="close" style="margin-left: 15px" id="addShop-close">取消</a-button>
+        <a-button @click="isShow=false" style="margin-left: 15px" id="addShop-close">取消</a-button>
       </a-form-item>
     </a-form>
   </a-modal>