Commit e1b00863 authored by 罗超's avatar 罗超

临时提交

parent 25ba5fae
...@@ -24,6 +24,14 @@ export function queryEmployee(data) { ...@@ -24,6 +24,14 @@ export function queryEmployee(data) {
}) })
} }
export function checkStuTel(data) {
return request({
url: '/user/CheckExistsStu',
method: 'post',
data
})
}
/** /**
* 修改离职信息 * 修改离职信息
* @param {查询参数} data * @param {查询参数} data
......
...@@ -504,7 +504,7 @@ ...@@ -504,7 +504,7 @@
:save-obj="sendObj" :save-obj="sendObj"
></schedulFanke> ></schedulFanke>
<q-dialog v-model="showAddForm" persistent content-class="bg-grey-1 big-dialog"> <q-dialog v-model="showAddForm" persistent content-class="bg-grey-1 big-dialog">
<student-add-form></student-add-form> <student-add-form @success="addFinishHandler" @close="showAddForm=false"></student-add-form>
</q-dialog> </q-dialog>
</div> </div>
</template> </template>
......
This diff is collapsed.
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