Просмотр исходного кода

修改获取账号后缀接口selectuserinfoyym

11wqe1 4 часов назад
Родитель
Сommit
91d1a1b200

+ 1 - 1
src/components/pages/PersonnelManagement/components/student.vue

@@ -335,7 +335,7 @@ export default {
         userid: this.userid
       };
       this.ajax
-        .get(this.$store.state.api + "selectUser", params)
+        .get(this.$store.state.api + "selectuserinfoyym", params)
         .then(res => {
           this.userSuffix = res.data[0][0].accountNumber.split("@")[1];
         })

+ 1 - 1
src/components/pages/liyuan/page/student.vue

@@ -288,7 +288,7 @@ export default {
         userid: this.userid
       }
       this.ajax
-        .get(this.$store.state.api + "selectUser", params)
+        .get(this.$store.state.api + "selectuserinfoyym", params)
         .then((res) => {
           this.userSuffix = res.data[0][0].accountNumber.split("@")[1]
         })

+ 1 - 1
src/components/pages/student.vue

@@ -295,7 +295,7 @@ export default {
         userid: this.userid
       }
       this.ajax
-        .get(this.$store.state.api + "selectUser", params)
+        .get(this.$store.state.api + "selectuserinfoyym", params)
         .then((res) => {
           this.userSuffix = res.data[0][0].accountNumber.split("@")[1]
         })

+ 1 - 1
src/components/pages/studentManage/student.vue

@@ -321,7 +321,7 @@ export default {
         userid: this.userid
       }
       this.ajax
-        .get(this.$store.state.api + "selectUser", params)
+        .get(this.$store.state.api + "selectuserinfoyym", params)
         .then((res) => {
           this.userSuffix = res.data[0][0].accountNumber.split("@")[1]
         })

+ 1 - 1
src/components/pages/studentManageNew/component/addstu.vue

@@ -786,7 +786,7 @@ export default {
       };
       this.userSuffixloading = true;
       this.ajax
-        .get(this.$store.state.api + "selectUser", params)
+        .get(this.$store.state.api + "selectuserinfoyym", params)
         .then((res) => {
           this.userSuffix = res.data[0][0].accountNumber.split("@")[1];
           this.userSuffixloading = false;