Browse Source

2023-12-14

cmy 2 years ago
parent
commit
5c9eeda235
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/setting/step/index.vue

+ 2 - 2
src/pages/setting/step/index.vue

@@ -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
 			},