martin.ma před 4 roky
rodič
revize
f5541d97b9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/frontend/skill_cert/add.vue

+ 1 - 1
pages/frontend/skill_cert/add.vue

@@ -398,7 +398,7 @@ export default {
         item_id: this.level,
         occupation_id: this.directionFirstLevelValue, //一级方向
         direction_id: this.directionSecondLevelValue, //二级方向
-        file: this.fileList.map(ele => ele.response.filename).join(","),
+        // file: this.fileList.map(ele => ele.response.filename).join(","),
         id: this.form.id || "",
         cert_type: this.cert_type ? "2" : "1"
       };