Explorar el Código

home_batch_id

xiongzhu hace 2 años
padre
commit
98120aa889
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/HomePage.vue

+ 1 - 1
src/views/HomePage.vue

@@ -253,7 +253,7 @@ const saleBatches = ref([])
 const batchInfo = ref({})
 const batchId = ref(0)
 function getSaleBatch() {
-    return http.get('sysConfig/get/home_session').then(res => {
+    return http.get('sysConfig/get/home_batch_id').then(res => {
         if (res.value === '0') {
             return http.post('saleBatch/all', {}, { body: 'json' }).then(res => {
                 saleBatches.value = res.content.map(item => {