Merge branch 'develop' of https://gitea.gentronhealth.com/py/his into develop

This commit is contained in:
2025-12-31 13:37:29 +08:00
2599 changed files with 17276 additions and 11802 deletions

View File

@@ -56,8 +56,8 @@
</template>
<script setup>
import { ref } from 'vue';
import { getTcmCondition, getTcmSyndrome, saveTcmDiagnosis } from '@/views/doctorstation/components/api';
import {ref} from 'vue';
import {getTcmCondition, getTcmSyndrome} from '@/views/doctorstation/components/api';
const condition = ref('');
const syndrome = ref('');