Commit 92f30364 by 彭祥礼

新用户审核修改

parent 8d3bcd94
...@@ -3,7 +3,6 @@ const prefix = '/manager/ciop'; ...@@ -3,7 +3,6 @@ const prefix = '/manager/ciop';
// 获取县分下拉列表 // 获取县分下拉列表
let getSubstList = (params) => postAction(prefix + "/school/schoolManagement/substList" , params); let getSubstList = (params) => postAction(prefix + "/school/schoolManagement/substList" , params);
// 获取学校下拉列表 // 获取学校下拉列表
let getSchoolList = (params) => postAction(prefix + "/school/schoolManagement/schoolList" , params); let getSchoolList = (params) => postAction(prefix + "/school/schoolManagement/schoolList" , params);
// 获取活动列表 // 获取活动列表
......
import {postAction,downFilePost} from '@/api/manage' import {postAction} from '@/api/manage'
const prefix = '/manager/ciop'; const prefix = '/manager/ciop';
// 楼长KPI管理 //获取县分下拉列表
let excelOut = (params) => downFilePost(prefix + "/studentDwkVerify/excelOut" , params); let initSubstName = (params) => postAction(prefix + "/ysmUser/initSubstName" , params);
let list = (params) => postAction(prefix + "/studentDwkVerify/list" , params); //获取学校下拉列表
let update = (params) => postAction(prefix + "/studentDwkVerify/update" , params); let getSchoolNames = (params) => postAction(prefix + "/ysmUser/getSchoolNames" , params);
let queryById = (params) => postAction(prefix + "/studentDwkVerify/queryById" , params); let list = (params) => postAction(prefix + "/newUser/list" , params);
let update = (params) => postAction(prefix + "/newUser/update" , params);
export { export {
excelOut, initSubstName,
getSchoolNames,
list, list,
update, update,
queryById
} }
...@@ -313,6 +313,7 @@ ...@@ -313,6 +313,7 @@
getSchoolNames() { getSchoolNames() {
this.schoolNames = []
this.queryParam.schoolName = '' this.queryParam.schoolName = ''
getSchoolNames({"substName": this.queryParam.salesSubst}).then((res) => { getSchoolNames({"substName": this.queryParam.salesSubst}).then((res) => {
if (res.state == "success") { if (res.state == "success") {
......
...@@ -375,6 +375,7 @@ ...@@ -375,6 +375,7 @@
getSchoolNames() { getSchoolNames() {
this.schoolNames = []
this.queryParam.schoolName = '' this.queryParam.schoolName = ''
getSchoolNames({"substName": this.queryParam.salesSubst}).then((res) => { getSchoolNames({"substName": this.queryParam.salesSubst}).then((res) => {
if (res.state == "success") { if (res.state == "success") {
......
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
<script> <script>
import STable from '@/components/table'; import STable from '@/components/table';
import {} from "@/api/school-center/salesOrder"; import {} from "../../../api/school-center/salesOrder";
import { import {
getSchoolNames, initSubstName, getList, deleteOrder, getSchoolNames, initSubstName, getList, deleteOrder,
downloadTemplateFH, downloadTemplateCZ, downloadResult, exportOut downloadTemplateFH, downloadTemplateCZ, downloadResult, exportOut
...@@ -380,6 +380,7 @@ ...@@ -380,6 +380,7 @@
getSchoolNames() { getSchoolNames() {
this.schoolNames = []
this.queryParam.schoolName = '' this.queryParam.schoolName = ''
getSchoolNames({"substName": this.queryParam.salesSubst}).then((res) => { getSchoolNames({"substName": this.queryParam.salesSubst}).then((res) => {
if (res.state == "success") { if (res.state == "success") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment