...
|
...
|
@@ -2450,6 +2450,7 @@ Handling Information |
|
|
// oci:[],
|
|
|
// };
|
|
|
}).catch(error => {
|
|
|
this.addForm.oci=[];
|
|
|
this.$message.error(error.toString());
|
|
|
});
|
|
|
})
|
...
|
...
|
@@ -2617,6 +2618,7 @@ Handling Information |
|
|
// }
|
|
|
// };
|
|
|
}).catch(error => {
|
|
|
this.form.oci=[];
|
|
|
this.$message.error(error.toString());
|
|
|
});
|
|
|
})
|
...
|
...
|
|