瀏覽代碼

no message

FengChaoYu 3 年之前
父節點
當前提交
264cfc2458
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;