zhangyuewww 3 سال پیش
والد
کامیت
8ee04bb077
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

+ 3 - 3
src/views/taskManagement/tranManagementWarehouseInOutTaskAdd.vue

@@ -740,9 +740,9 @@
 				}
 			},
 			selectstaff1(e) {
-				for (var i = 0; i < this.staffList.length; i++) {
-					if (this.staffList[i].staffName == e) {
-						this.dataList1.agentKey = this.staffList[i].staffId
+				for (var i = 0; i < this.staffList1.length; i++) {
+					if (this.staffList1[i].staffName == e) {
+						this.dataList1.agentKey = this.staffList1[i].staffId
 					}
 				}
 			},