FengChaoYu il y a 3 ans
Parent
commit
264cfc2458
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/supply/engin/components/commerce_form.vue

+ 1 - 1
src/views/supply/engin/components/commerce_form.vue

@@ -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;