Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-10-09 15:00:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
263278305ddf3d0acdb66c1302e114c8d6aad562
26327830
1 parent
68d2db8a
✨ feat: 后台页面打开忽略掉新增表单时的额外提示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
2632783
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-
09-29 17:49:0
6
* @LastEditTime: 2024-
10-09 14:54:3
6
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -503,7 +503,7 @@ onMounted(async () => {
createComponentType(formData.value);
// TAG:不同类型提交表单处理
if (page_type === 'add'
) { // 表单为新增
状态
if (page_type === 'add'
&& !force_back) { // 表单为新增状态, 非后台打开
状态
// 过期时间显示
notice_text.value = `表单报名将在 ${formSetting.value.sjsj_end_time} 后结束`;
// 判断是否需要关注公众号, 弹出二维码识别
...
...
Please
register
or
login
to post a comment