Sfoglia il codice sorgente

Merge branch 'master' of http://git.qiniu1314.com/cmy/jztAdmin

lhl 1 anno fa
parent
commit
8dc117461e
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. BIN
      src/pages/kefu/static/bg.png
  2. 2 2
      src/pages/setting/step/index.vue

BIN
src/pages/kefu/static/bg.png


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