liushengqiang hace 1 año
padre
commit
dbbfb6a893
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/pc/home/index.tsx

+ 2 - 0
src/pc/home/index.tsx

@@ -2411,6 +2411,7 @@ export default defineComponent({
 							<div class={styles.titleBox}>
 								<div class={styles.titleName} style={{ width: "50%", margin: "0 auto" }}>
 									<NInput
+										onBlur={() => autoSave()}
 										onKeyup={(e: Event) => e.stopPropagation()}
 										v-model:value={data.musicName}
 										placeholder="曲谱名称"
@@ -2418,6 +2419,7 @@ export default defineComponent({
 								</div>
 								<div style={{ width: "30%", margin: "10px 0 0 auto" }}>
 									<NInput
+										onBlur={() => autoSave()}
 										onKeyup={(e: Event) => e.stopPropagation()}
 										v-model:value={data.creator}
 										placeholder="曲谱作者"