瀏覽代碼

修改变量

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())
 }