|
@@ -169,7 +169,6 @@ export default {
|
|
|
//当前页改变时触发 跳转其他页
|
|
|
handleCurrentChange(val) {
|
|
|
this.currentPage = val;
|
|
|
-
|
|
|
},
|
|
|
//部门数据查询
|
|
|
Department(companyId) {
|
|
@@ -187,9 +186,6 @@ export default {
|
|
|
CompanyId: companyId
|
|
|
}
|
|
|
}).then(function (res) {
|
|
|
-
|
|
|
- console.log(res)
|
|
|
-
|
|
|
if (res.data.code == 200) {
|
|
|
that.depData = res.data.data;
|
|
|
}
|
|
@@ -209,8 +205,6 @@ export default {
|
|
|
portType: 1,
|
|
|
}
|
|
|
}).then(function (res) {
|
|
|
- console.log(res)
|
|
|
-
|
|
|
if (res.data.code == 200) {
|
|
|
that.companyData = res.data.data;
|
|
|
}
|
|
@@ -244,8 +238,6 @@ export default {
|
|
|
DepId: depId
|
|
|
}
|
|
|
}).then(function (res) {
|
|
|
- console.log(res)
|
|
|
-
|
|
|
if (res.data.code == 200) {
|
|
|
that.JobData = res.data.data;
|
|
|
}
|
|
@@ -372,7 +364,7 @@ export default {
|
|
|
//#endregion
|
|
|
del(index, row) {
|
|
|
|
|
|
- this.$confirm('此操作将取消订单, 是否继续?', '提示', {
|
|
|
+ this.$confirm('此操作将删除该员工, 是否继续?', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|