Browse Source

检定完善

xiongchao 3 years ago
parent
commit
ef058d2bba
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/check/checkstandard/modules/ImportFormAdd.vue

+ 2 - 1
src/views/check/checkstandard/modules/ImportFormAdd.vue

@@ -31,7 +31,8 @@
       3:导入如出现问题,请及时联系<br/>
     </p>
     <template slot="footer">
-      <a-button :loading="confirmLoading" type="primary" @click="save()">确定</a-button>
+      <a-button :loading="confirmLoading" v-show="data.length===0" type="primary" @click="save()">确定</a-button>
+      <a-button :loading="confirmLoading" type="primary" @click="handleCancel">关闭</a-button>
     </template>
   </a-modal>
 </template>