安全交底人无法正常选择bug修复
parent
0883bbb262
commit
620b270508
|
@ -1480,8 +1480,8 @@ export default {
|
||||||
},
|
},
|
||||||
PickerConfess(e,index) {
|
PickerConfess(e,index) {
|
||||||
this.confessList[index].confessindex = e.detail.value;
|
this.confessList[index].confessindex = e.detail.value;
|
||||||
this.confessList[index].CONFESS_USER_ID = this.confessList[index].confessUserList[index].USER_ID;
|
this.confessList[index].CONFESS_USER_ID = this.confessList[index].confessUserList[e.detail.value].USER_ID;
|
||||||
this.confessList[index].CONFESS_USER_NAME = this.confessList[index].confessUserList[index].NAME;
|
this.confessList[index].CONFESS_USER_NAME = this.confessList[index].confessUserList[e.detail.value].NAME;
|
||||||
this.$forceUpdate();//强制刷新
|
this.$forceUpdate();//强制刷新
|
||||||
},
|
},
|
||||||
PickerAcceptconfess(e) {
|
PickerAcceptconfess(e) {
|
||||||
|
|
Loading…
Reference in New Issue