Sfoglia il codice sorgente

【修改】仓库认证

howie 2 anni fa
parent
commit
49418c036b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/supply/pickup/check.vue

+ 1 - 1
src/views/supply/pickup/check.vue

@@ -755,7 +755,7 @@ export default {
 
     // 查询列表
     getList() {
-      if (this.check==='1') {
+      if (this.check=='1') {
         if (!this.screenForm.manId) {
         return this.$errorMsg("请先查询提货人信息");
       }