领料出库-协议管理-修复输入框自动填充
This commit is contained in:
parent
5c1bf635a8
commit
b9dd07af15
|
|
@ -562,6 +562,9 @@ export default {
|
|||
};
|
||||
getAgreementInfoId(param).then(response => {
|
||||
this.form = response.data;
|
||||
if (response.data.leaseDay == null) {
|
||||
this.form.leaseDay = undefined
|
||||
}
|
||||
this.fileList = [];
|
||||
this.checkUrlList = [];
|
||||
this.checkUrlNameList = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue