lex преди 2 години
родител
ревизия
6c063a7a94
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/school/orchestra/create-orchestra/create.ts

+ 1 - 1
src/school/orchestra/create-orchestra/create.ts

@@ -21,5 +21,5 @@ export const createState = reactive(original())
 
 // 重置对象
 export const resestState = () => {
-  Object.assign(orderStatus, original())
+  Object.assign(createState, original())
 }