代码备份

20240109-yw
yewj 9 months ago
parent 5819164db2
commit 05692a60be

@ -272,7 +272,7 @@ export default {
} else if (this.addType == 3) { } else if (this.addType == 3) {
this.formData.manufacturerIdFk = this.inputQuery.manufacturerIdFk; this.formData.manufacturerIdFk = this.inputQuery.manufacturerIdFk;
this.formData.productIdFk = this.inputQuery.productId; this.formData.productIdFk = this.inputQuery.productId;
}else if (this.addType==4){ } else if (this.addType == 4) {
this.formData.companyIdFk = this.inputQuery.companyIdFk; this.formData.companyIdFk = this.inputQuery.companyIdFk;
console.log(this.inputQuery.companyIdFk); console.log(this.inputQuery.companyIdFk);
} }
@ -379,9 +379,9 @@ export default {
}; };
console.log("到富文本框啦"); console.log("到富文本框啦");
console.log(this.inputQuery) console.log(this.inputQuery)
if (this.inputQuery.type==4){ if (this.inputQuery.type == 4) {
this.formData = this.inputQuery; this.formData = this.inputQuery;
}else { } else {
if (this.inputQuery.formData == null) { if (this.inputQuery.formData == null) {
this.formData = {} this.formData = {}
} else if (this.inputQuery.formData != null && this.inputQuery.formData.addType == 1) { } else if (this.inputQuery.formData != null && this.inputQuery.formData.addType == 1) {
@ -391,7 +391,7 @@ export default {
console.log(this.inputQuery.formData); console.log(this.inputQuery.formData);
} }
} }
console.log("66"+this.inputQuery.formData); console.log("66" + this.inputQuery.formData);
if (this.formData.filePath != null) { if (this.formData.filePath != null) {
this.choiceFile = "更换文件"; this.choiceFile = "更换文件";
this.isCleck = true; this.isCleck = true;

Loading…
Cancel
Save