|
@@ -382,7 +382,6 @@ export default {
|
|
|
this.close()
|
|
|
// var msg = "选中记录后,会清除编辑的内容。";
|
|
|
// this.$message.info(msg);
|
|
|
- this.fatherFactory = ''
|
|
|
}
|
|
|
},
|
|
|
close() {
|
|
@@ -392,6 +391,7 @@ export default {
|
|
|
}
|
|
|
this.preDeliveryDate = []
|
|
|
this.referShipDetailsModVis = false
|
|
|
+ this.fatherFactory = ''
|
|
|
this.defulatSelect()
|
|
|
},
|
|
|
handleCancel() {
|