yaowanxin
8 天以前 6d8e930f8a93d1d15b9e9a6e30536902f1aeeb86
src/views/basicData/customerFile/index.vue
@@ -231,7 +231,7 @@
</template>
<script setup>
import { ref } from "vue";
import {onMounted, ref} from "vue";
import { Search } from "@element-plus/icons-vue";
import {
  addCustomer,
@@ -591,7 +591,9 @@
  return `${year}-${month}-${day}`;
}
getList();
onMounted(() => {
   getList();
});
</script>
<style scoped lang="scss"></style>