{
- this.zxIdList.forEach( items => {
- if (item.id === items) {
- item.zxUserId = data[0].id
- item.zxUserIdName = data[0].name
+ for (let a = 0; a < this.itemList.length; a++) {
+ for (let b = 0; b < this.zxIdList.length; b++) {
+ if (this.itemList[a].id === this.zxIdList[b]) {
+ this.itemList[a].zxUserId = data[0].id
+ this.itemList[a].zxUserIdName = data[0].name
+ let row = JSON.parse(JSON.stringify(this.itemList[a]))
+ row.zxUserId = data[0].id
+ row.zxUserIdName = data[0].name
+ this.$set(this.itemList, a, row)
}
- })
- })
+ }
+ }
}
this.modalshowflag = false
},
diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue
index 49986e59d..707111fcd 100644
--- a/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue
+++ b/src/pages/processCenter/pages/creatProcess/bzjd/step3.vue
@@ -178,7 +178,7 @@
@@ -292,27 +292,27 @@
size="800px">
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+