feat:修改人员管理全选失效
This commit is contained in:
parent
8058d5cf13
commit
3f50794732
@ -2927,8 +2927,6 @@ export default {
|
||||
data.userEnterpriseId = this.$store.state.userInfo.userEnterpriseId;
|
||||
getWorkerInfoList(data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
console.log(333333, this.tableListData);
|
||||
debugger;
|
||||
this.tableListData = res.result.records;
|
||||
let boole = true;
|
||||
for (let i in res.result.records) {
|
||||
|
||||
@ -3483,9 +3483,6 @@ 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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user