|
@@ -568,7 +568,7 @@ export default {
|
|
|
getComLoginDetail({id}).then(res => {
|
|
|
this.isShowDialog = false;
|
|
|
let data = res.data;
|
|
|
- this.mainForm.type = data.productCategoryId;
|
|
|
+ this.mainForm.type = data.mainId;
|
|
|
this.mainForm.enginNum = data.enginInfoNo;
|
|
|
this.mainForm.enginName = data.projectName;
|
|
|
this.mainForm.loginType = data.enginSignType;
|