安全交底人无法正常选择bug修复

limingyu-20240419-一公司危险作业更新
liujun 2024-04-02 10:42:32 +08:00
parent 0883bbb262
commit 620b270508
1 changed files with 2 additions and 2 deletions

View File

@ -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) {