Browse Source

基本规范修改

duy 1 month ago
parent
commit
324813a442
1 changed files with 1 additions and 1 deletions
  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) {
                   // 显示警告信息