Parcourir la source

出库重复提交限制

guarantee-lsq il y a 2 ans
Parent
commit
ab957d3c0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/store/outstoreform/modules/BaseFormYY.vue

+ 1 - 1
src/views/store/outstoreform/modules/BaseFormYY.vue

@@ -181,7 +181,7 @@
     <a-row :gutter="48" >
       <a-col :md="48" :sm="48">
         <span class="table-page-search-submitButtons" style="float: right;margin-top: 10px">
-          <a-button type="primary" @click="save()">提交</a-button>
+          <a-button :loading="confirmLoading" type="primary" @click="save()">提交</a-button>
           <a-button style="margin-left: 8px" @click="handleCancel()">返回</a-button>
         </span>
       </a-col>