diff --git a/src/views/projectFront/laborManage/personModule/laborComponent.vue b/src/views/projectFront/laborManage/personModule/laborComponent.vue
index 758ab002..11987cb7 100644
--- a/src/views/projectFront/laborManage/personModule/laborComponent.vue
+++ b/src/views/projectFront/laborManage/personModule/laborComponent.vue
@@ -290,7 +290,7 @@
size="medium"
@click="passEquipment()"
type="primary"
- style="margin-left: 5px;"
+ style="margin-left: 5px"
:disabled="checkedWorker.length <= 0"
>下发通行设备
@@ -303,7 +303,7 @@
size="medium"
@click="checkAllFn()"
type="primary"
- style="margin-left: 5px;"
+ style="margin-left: 5px"
>全选
@@ -312,23 +312,23 @@
:model="tableParameter"
size="medium"
class="demo-form-inline"
- style="margin-top: 5px;"
+ style="margin-top: 5px"
>
-
-
-
-
-
+
+
+
+
+
@@ -541,7 +543,8 @@
'valuesColor',
row.sendSuccessStatus === 1
? 'green'
- : row.sendSuccessStatus === 2 || row.sendSuccessStatus === 4
+ : row.sendSuccessStatus === 2 ||
+ row.sendSuccessStatus === 4
? 'red'
: row.sendSuccessStatus === 3
? 'yellow'
@@ -554,7 +557,8 @@
: row.sendSuccessStatus === 2
? "失败"
: row.sendSuccessStatus === 3
- ? "部分成功" : row.sendSuccessStatus === 4
+ ? "部分成功"
+ : row.sendSuccessStatus === 4
? "未下发"
: ""
}} 0){
+ enterpriseId: this.checkedId,
+ };
+ if (this.checkedWorker.length > 0) {
const ids = this.checkedWorker.map((item) => item.id).join(",");
- requestData.workerIds = ids
+ requestData.workerIds = ids;
}
sendBatchWokerApi(requestData).then((res) => {
if (res.code == 200) {
@@ -3479,6 +3483,9 @@ export default {
data.enterpriseId = this.checkedId;
getWorkerInfoList(data).then((res) => {
if (res.code == 200) {
+ console.log(111111111, this.tableListData);
+ debugger;
+
this.tableListData = res.result.records;
console.log("------------", res.result.records);
let boole = true;