feat:修改人员管理全选失效

This commit is contained in:
X_Rian 2024-06-15 22:49:12 +08:00
parent 8058d5cf13
commit 3f50794732
2 changed files with 0 additions and 5 deletions

View File

@ -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) {

View File

@ -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;