Browse Source

编号管理修改

duy 1 month ago
parent
commit
2724cc4a96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/manager/projectinfo/codeSet.vue

+ 2 - 0
src/views/manager/projectinfo/codeSet.vue

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