@@ -993,6 +993,7 @@ export default {
if (name == "callInStorageName") {
if (row) {
this.form.callInStorageId = row.id;
+ this.form.remarks =row.remarks
} else {
this.form.callInStorageId = null;
this.form.callInStorageName = row.id;