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-12-24 16:25:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
47704f4995a511224f1d9cb6be6e80b02048104e
47704f49
1 parent
85b3ee67
fix 新增的时候才判断表单已结束
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/App.vue
src/App.vue
View file @
47704f4
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-26 23:52:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-2
3 17:06:55
* @LastEditTime: 2024-12-2
4 16:17:28
* @FilePath: /data-table/src/App.vue
* @Description:
-->
...
...
@@ -203,7 +203,7 @@ onMounted(async () => {
$router.push("/stop?status=finish");
}
}
if (form_setting.sjsj_enable === 0 && !form_setting.sjsj_enable
) {
if (form_setting.sjsj_enable === 0 && !form_setting.sjsj_enable
&& (page_type === 'add' || page_type === '')) { // 新增的时候才判断
// 表单已结束
$router.push("/stop?status=disable");
}
...
...
Please
register
or
login
to post a comment