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