正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -2450,6 +2450,7 @@ Handling Information | @@ -2450,6 +2450,7 @@ Handling Information | ||
2450 | // oci:[], | 2450 | // oci:[], |
2451 | // }; | 2451 | // }; |
2452 | }).catch(error => { | 2452 | }).catch(error => { |
2453 | + this.addForm.oci=[]; | ||
2453 | this.$message.error(error.toString()); | 2454 | this.$message.error(error.toString()); |
2454 | }); | 2455 | }); |
2455 | }) | 2456 | }) |
@@ -2617,6 +2618,7 @@ Handling Information | @@ -2617,6 +2618,7 @@ Handling Information | ||
2617 | // } | 2618 | // } |
2618 | // }; | 2619 | // }; |
2619 | }).catch(error => { | 2620 | }).catch(error => { |
2621 | + this.form.oci=[]; | ||
2620 | this.$message.error(error.toString()); | 2622 | this.$message.error(error.toString()); |
2621 | }); | 2623 | }); |
2622 | }) | 2624 | }) |
-
请 注册 或 登录 后发表评论