hcong
2024-11-20 0e5f14cf081b8cffda12e7c1773fe1b6b69ce2eb
src/composables/formConfirm.js
@@ -13,7 +13,7 @@
  },
  reset = {
    do: () => {}
  }
  },
}) {
  if (!submit.title) submit.title = '提交';
  if (!submit.msg) submit.msg = '确认是否提交?';