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