提交 6cc87641 编写于 作者: 江南一点雨

修复前端部分问题

上级 939ac4c1
......@@ -771,7 +771,7 @@
_this.tableLoading = false;
if (resp && resp.status == 200) {
var data = resp.data;
_
_this.loadEmps();
}
})
......@@ -824,7 +824,7 @@
_this.tableLoading = false;
if (resp && resp.status == 200) {
var data = resp.data;
_
_this.dialogVisible = false;
_this.emptyEmpData();
_this.loadEmps();
......
......@@ -338,7 +338,7 @@
_this.tableLoading = false;
if (resp && resp.status == 200) {
var data = resp.data;
_
_this.loadSalaryCfg();
}
});
......@@ -368,7 +368,7 @@
this.postRequest("/salary/sob/salary", this.salary).then(resp=> {
if (resp && resp.status == 200) {
var data = resp.data;
_
_this.dialogVisible = false;
_this.index = 0;
_this.loadSalaryCfg();
......
......@@ -171,7 +171,7 @@
this.putRequest("/salary/sobcfg/", {eid: eid, sid: this.sid}).then(resp=> {
if(resp&&resp.status==200) {
var data = resp.data;
_
_this.loadEmps();
}
})
......
......@@ -128,7 +128,7 @@
_this.eploading.splice(index, 1, false);
if (resp && resp.status == 200) {
var data = resp.data;
_
if (data.status == 'success') {
_this.refreshHr(hrId, index);
}
......@@ -171,7 +171,7 @@
_this.cardLoading.splice(index, 1, false)
if (resp && resp.status == 200) {
var data = resp.data;
_
if (data.status == 'error') {
_this.refreshHr(hrId, index);
}
......@@ -209,7 +209,7 @@
_this.fullloading = false;
if (resp && resp.status == 200) {
var data = resp.data;
_
if (data.status == 'success') {
_this.initCards();
_this.loadAllRoles();
......
......@@ -87,7 +87,7 @@
}).then(resp=> {
if (resp && resp.status == 200) {
var data = resp.data;
_
_this.initRoles();
_this.newRole = '';
_this.newRoleZh = '';
......
......@@ -118,7 +118,7 @@
if (resp && resp.status == 200) {
this.dialogVisible = false;
var data = resp.data;
_
_this.loadTableData();
}
})
......@@ -163,7 +163,7 @@
_this.loading = false;
if (resp && resp.status == 200) {
var data = resp.data;
_
_this.loadTableData();
_this.positionName = '';
_this.titleLevel = '';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册