|
@@ -226,6 +226,7 @@
|
|
|
addSure() {
|
|
|
if (this.$route.query.addId) {
|
|
|
if (!this.userRules && !this.phoneRules && !this.nameRules) {
|
|
|
+ console.log(this.membersList[0].worker,'988');
|
|
|
creatFirePeople({
|
|
|
empName: this.membersList[0].name,
|
|
|
empType: this.membersList[0].worker,
|
|
@@ -272,10 +273,12 @@
|
|
|
}
|
|
|
},
|
|
|
change(e) {
|
|
|
+ this.membersList[0].worker = e
|
|
|
// console.log("e:", e);
|
|
|
},
|
|
|
change1(e) {
|
|
|
- // console.log("e:", e);
|
|
|
+ this.membersList[0].worker = e
|
|
|
+ // console.log("e1:", e);
|
|
|
},
|
|
|
getbackid() {
|
|
|
let x = localStorage.getItem('getUserInfo_key')
|
|
@@ -296,7 +299,7 @@
|
|
|
pageNo: 1,
|
|
|
pageSize: 10,
|
|
|
microstationid: this.fireStationId,
|
|
|
- duty: num
|
|
|
+ empType: num
|
|
|
}).then(res => {
|
|
|
// console.log(res, '888');
|
|
|
this.tableList = res.data.list
|
|
@@ -307,7 +310,7 @@
|
|
|
pageNo: 1,
|
|
|
pageSize: 10,
|
|
|
microstationid: this.fireStationId,
|
|
|
- duty: num
|
|
|
+ empType: num
|
|
|
}).then(res => {
|
|
|
// console.log(res, '888');
|
|
|
this.tableList = res.data.list
|
|
@@ -318,7 +321,7 @@
|
|
|
pageNo: 1,
|
|
|
pageSize: 10,
|
|
|
microstationid: this.fireStationId,
|
|
|
- duty: num
|
|
|
+ empType: num
|
|
|
}).then(res => {
|
|
|
// console.log(res, '888');
|
|
|
this.tableList = res.data.list
|