领料出库-协议管理-修复输入框自动填充

This commit is contained in:
binbin_pan 2024-04-10 16:14:53 +08:00
parent 5c1bf635a8
commit b9dd07af15
1 changed files with 3 additions and 0 deletions

View File

@ -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 = [];