@@ -232,10 +232,7 @@
this.isLoading = false;
mui.toast('提交成功');
- this.$router.push({
- name: 'MasterAttendanceList',
- query: {}
- })
+ this.$router.go(-1);
}).catch(error => {
mui.toast(error);
@@ -302,10 +302,7 @@
API_Leave.save(this.tjForm).then(response => {
mui.toast("提交成功");
- name: 'MasterAttendanceLeaveList',
@@ -119,10 +119,7 @@
API_Health.report(this.subForm).then(response => {
- name: 'MasterHealthReportList',