Browse Source

修复导出工艺方法的代码格式,移除多余的逗号

liqianyi 2 days ago
parent
commit
a8c9642c03
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/modules/tech/project-tech-submit.vue

+ 1 - 2
src/views/modules/tech/project-tech-submit.vue

@@ -261,8 +261,7 @@ export default {
       console.log('orderId:' + this.orderId)
       console.log('productId:' + productId)
       this.$emit('showCraftsAddOrDetail', techId, this.orderId, productId)
-    }
-    ,
+    },
     // 导出某一行的工艺为 Excel
     exportCraft(row) {
       // 按需求构造传入的部分数据