|
@@ -294,7 +294,7 @@
|
|
|
this.type = index
|
|
|
if (index == 1) {
|
|
|
this.tit = '添加业绩'
|
|
|
- this.updata.id = this.id;
|
|
|
+ this.updata.gid = this.id;
|
|
|
} else {
|
|
|
this.tit = '编辑业绩'
|
|
|
this.chooseRow = item;
|
|
@@ -304,7 +304,7 @@
|
|
|
this.updata.shareholding = item.shareholding;
|
|
|
this.updata.sort = item.sort;
|
|
|
this.updata.step = item.step;
|
|
|
- this.updata.id = this.id;
|
|
|
+ this.updata.gid = this.id;
|
|
|
}
|
|
|
this.modals = true
|
|
|
},
|