lex-xin 4 anni fa
parent
commit
2b6fd6c028

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-3f7c6ea7.e72e77d8.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d24831eb.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-00bbf359.67ebd39d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0e668819.1e0a2c41.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-0e668819.c7fca610.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2ef3559a.46cac1ba.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2ef3559a.cb24a193.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-375143f9.858e841c.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3f7c6ea7.0c55ae85.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-53afcbb2.b62a070f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6fa86530.c8e314d3.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-c23ebfc6.8d629f01.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ebf07848.b8137801.js


+ 9 - 0
src/api/teacherManager.js

@@ -154,6 +154,15 @@ export function teacherUpdate (data) {
     data: qs.stringify(data)
   })
 }
+
+//修改教师信息
+export function teacherUpdate1 (data) {
+  return request({
+    url: api + '/teacher/update1',
+    method: 'post',
+    data: qs.stringify(data)
+  })
+}
 // 根据科目id获取相应的老师
 export function getTeacherBySubject (data) {
   return request({

+ 2 - 2
src/views/teacherManager/teacherOperation/components/salarySet.vue

@@ -216,7 +216,7 @@ import {
   teacherDefaultPracticeGroupSalary,
   PracticeGroupSalaryUpdate,
   teacherGet,
-  teacherUpdate
+  teacherUpdate1
 } from "@/api/teacherManager";
 import { sysConfigList } from "@/api/generalSettings";
 import { findTeacherDefaultSalary } from "@/api/vipSeting";
@@ -590,7 +590,7 @@ export default {
             .then(async () => {
               let params = teamTable.concat(temps)
               let updateForm = this.updateForm
-              let res = await teacherUpdate({ id: this.teacherId, isSettlementSalary: updateForm.isSettlementSalary })
+              let res = await teacherUpdate1({ id: this.teacherId, isSettlementSalary: updateForm.isSettlementSalary })
               if(res.code != 200) {
                 this.$message.error(res.msg)
                 return

Some files were not shown because too many files changed in this diff