Parcourir la source

基本规范修改

duy il y a 1 mois
Parent
commit
324813a442
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/manager/projectinfo/codeSet.vue

+ 1 - 1
src/views/manager/projectinfo/codeSet.vue

@@ -391,7 +391,7 @@ export default {
     saveCodeSet(){
           for (let row of this.tableData) {
             row.projectId = this.projectId;
-
+            row.type=this.activeName;
               // 检查 row.rule 是否有值
               if (!row.rule) {
                   // 显示警告信息