Browse Source

no message

xiaochan 1 month ago
parent
commit
096ffe036d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/single-page/InpatientBoardV2/index.ts

+ 1 - 0
src/views/single-page/InpatientBoardV2/index.ts

@@ -278,6 +278,7 @@ export function useInpatientBoard() {
     async getTemplate() {
       let params = { ward: urlQuery.ward, id: "" };
       if (stringNotBlank(urlQuery.tempId)) {
+        // @ts-ignore
         params = {
           id: urlQuery.tempId,
         };