zhangdan hace 4 años
padre
commit
1aa7ed0db7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>