@@ -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>
</a-modal>