Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-26 23:52:36 | 3 | * @Date: 2022-05-26 23:52:36 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2024-12-23 17:06:55 | 5 | + * @LastEditTime: 2024-12-24 16:17:28 |
| 6 | * @FilePath: /data-table/src/App.vue | 6 | * @FilePath: /data-table/src/App.vue |
| 7 | * @Description: | 7 | * @Description: |
| 8 | --> | 8 | --> |
| ... | @@ -203,7 +203,7 @@ onMounted(async () => { | ... | @@ -203,7 +203,7 @@ onMounted(async () => { |
| 203 | $router.push("/stop?status=finish"); | 203 | $router.push("/stop?status=finish"); |
| 204 | } | 204 | } |
| 205 | } | 205 | } |
| 206 | - if (form_setting.sjsj_enable === 0 && !form_setting.sjsj_enable) { | 206 | + if (form_setting.sjsj_enable === 0 && !form_setting.sjsj_enable && (page_type === 'add' || page_type === '')) { // 新增的时候才判断 |
| 207 | // 表单已结束 | 207 | // 表单已结束 |
| 208 | $router.push("/stop?status=disable"); | 208 | $router.push("/stop?status=disable"); |
| 209 | } | 209 | } | ... | ... |
-
Please register or login to post a comment