Merge remote-tracking branch 'remotes/origin/master' into minJeecg
This commit is contained in:
commit
b49d7e9c50
@ -184,7 +184,6 @@
|
||||
})
|
||||
.then(() => {
|
||||
loading.value = true
|
||||
console.log('*---', submitData)
|
||||
addApi(submitData).then(res => {
|
||||
if (res.success) {
|
||||
startMutilProcess(res.message)
|
||||
@ -229,10 +228,8 @@
|
||||
/*获取请假类型*/
|
||||
const getTypeList = () => {
|
||||
getCategoryItemsApi('1838487445813645313').then((res) => {
|
||||
console.log("res-------", res.result)
|
||||
if (res.success) {
|
||||
data.value = res.result
|
||||
console.log("res-------", data.value)
|
||||
typeData.value = [data.value.map(item => {
|
||||
return {
|
||||
value: item.name,
|
||||
|
Loading…
Reference in New Issue
Block a user