|
@@ -1022,7 +1022,10 @@ export default {
|
|
|
this.register()
|
|
|
getAgreement(row.fId).then(response => {
|
|
|
// this.$set(this,'fMblnoOptions',response.data.corps)
|
|
|
- this.deptName = response.data.dept.deptName
|
|
|
+ if (response.data.dept) {
|
|
|
+ this.deptName = response.data.dept.deptName
|
|
|
+ }
|
|
|
+
|
|
|
this.form = response.data.tWarehouseAgreement
|
|
|
if (response.data.attachList) {
|
|
|
this.relevantAttachments = response.data.attachList
|