|
@@ -11,8 +11,6 @@ import XcElOption from "@/components/xiao-chan/xc-el-option/XcElOption.vue";
|
|
|
import { useUserStore } from "@/pinia/user-store";
|
|
|
import { patientInfo } from "@/views/hospitalization/zhu-yuan-yi-sheng/electronic-medical-record/emr-editor/emr-init";
|
|
|
import { stringIsBlank } from "@/utils/blank-utils";
|
|
|
-import { isDev } from "@/utils/public";
|
|
|
-import sleep from "@/utils/sleep";
|
|
|
|
|
|
const { store } = inject(emrRootContextKey);
|
|
|
const selectList = ref<SignComp[]>([]);
|
|
@@ -111,20 +109,6 @@ const sendSignature = async () => {
|
|
|
}).then(() => {});
|
|
|
};
|
|
|
|
|
|
-onMounted(async () => {
|
|
|
- if (!isDev) return;
|
|
|
- await nextTick();
|
|
|
- await sleep(1000);
|
|
|
- signTypeValue.value = 2;
|
|
|
- selectList.value.forEach((item, index) => {
|
|
|
- item.signType = index + 1;
|
|
|
- item.idCard = "430922200002078519";
|
|
|
- item.signName = "肖蟾";
|
|
|
- });
|
|
|
-
|
|
|
- // sendClick();
|
|
|
-});
|
|
|
-
|
|
|
const sendCodeData = computed(() => {
|
|
|
return [
|
|
|
{
|