Sfoglia il codice sorgente

公海客户新建编辑,公海客户公海池选择调整

qymljy 1 anno fa
parent
commit
f8297b9414
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      src/Form/publicCustomer/add.vue
  2. 1 0
      src/Form/publicCustomer/edit.vue

+ 1 - 0
src/Form/publicCustomer/add.vue

@@ -676,6 +676,7 @@ export default {
           "pageNumber": 1,
           "pageSize": 999999,
           "where": {
+            "isused":1
           }
         },
       })

+ 1 - 0
src/Form/publicCustomer/edit.vue

@@ -586,6 +586,7 @@ export default {
           "pageNumber": 1,
           "pageSize": 999999,
           "where": {
+            "isused":1
           }
         },
       })