From 2688d3ba01422b61d14a1c9dceae62d8745fe824 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com>
Date: Wed, 26 Oct 2022 15:35:37 +0800
Subject: [PATCH] =?UTF-8?q?=E9=BE=99=E9=97=A8=E5=90=8A=E5=8F=B8=E6=9C=BA?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=9B=9E=E6=98=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../projectLevel/gantryCrane/gantryCraneInfo.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/projectLevel/gantryCrane/gantryCraneInfo.vue b/src/views/projectLevel/gantryCrane/gantryCraneInfo.vue
index fda77f04..03d3dd76 100644
--- a/src/views/projectLevel/gantryCrane/gantryCraneInfo.vue
+++ b/src/views/projectLevel/gantryCrane/gantryCraneInfo.vue
@@ -575,19 +575,20 @@
>
-
+
{{ scope.row.workerName }}
-
+
{{ scope.row.sex==1? $t('message.lifter.male') : $t('message.lifter.female') }}
-
+
-
+
+
@@ -877,8 +878,9 @@ export default {
this.dialogVisible = false
},
showDialog(){
- this.dialogVisible = true
this.searchName = ""
+ this.getWorkerInfoList()
+ this.dialogVisible = true
this.driverList2 = []
},
selectCheckBox(selection, row){
@@ -1152,7 +1154,6 @@ export default {
//新增塔吊按钮
newTowerBtn() {
- console.log('新增龙门吊')
this.searchName = []
this.allSelectData = []
//新增时初始化
@@ -1287,7 +1288,6 @@ export default {
getWorkerInfoListApi(data).then((res) => {
if (res.code == 200) {
this.driverList = res.result;
- console.log('司机的信息',res)
this.driverList2 = res.result;
}
})