huangbin 4 years ago
parent
commit
74710c26d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/search/inventory/components/add/index.vue

+ 1 - 1
src/views/search/inventory/components/add/index.vue

@@ -10,7 +10,7 @@
     <template #footer>
       <a-button key="submit"
                 class="cancelBtn"
-                @click="cancel">取消</a-button>
+                @click="closeAction">取消</a-button>
       <a-button key="submit"
                 type="primary"
                 :loading="loading"