Browse Source

手工新建status: 7

visuddhinanda 2 years ago
parent
commit
9930c8d369
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dashboard/src/components/dict/MyCreate.tsx

+ 2 - 2
dashboard/src/components/dict/MyCreate.tsx

@@ -23,8 +23,8 @@ const MyCreateWidget = ({ word }: IWidget) => {
   const intl = useIntl();
   const [wordSpell, setWordSpell] = useState(word);
   const [editWord, setEditWord] = useState<IWbw>({
-    word: { value: word ? word : "", status: 1 },
-    real: { value: word ? word : "", status: 1 },
+    word: { value: word ? word : "", status: 7 },
+    real: { value: word ? word : "", status: 7 },
     book: 0,
     para: 0,
     sn: [0],