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>