diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 000000000..1cdd8c265 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 000000000..2ba608642 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 000000000..712ab9d98 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d13..3215920dd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,14 @@ - + + + + + \ No newline at end of file diff --git a/fuintAdmin/src/api/staff/staff.js b/fuintAdmin/src/api/staff/staff.js index ffbb3a313..6b948b1a3 100644 --- a/fuintAdmin/src/api/staff/staff.js +++ b/fuintAdmin/src/api/staff/staff.js @@ -134,3 +134,12 @@ export function delOilTag(id) { method: 'delete' }) } + + +// 删除员工 +export function getStaffByDeptId(deptId) { + return request({ + url: '/business/member/staff/getStaffByDeptId/' + deptId, + method: 'get' + }) +} diff --git a/fuintAdmin/src/api/sys/messageCost.js b/fuintAdmin/src/api/sys/messageCost.js index f6eb42254..61a9feb17 100644 --- a/fuintAdmin/src/api/sys/messageCost.js +++ b/fuintAdmin/src/api/sys/messageCost.js @@ -2,7 +2,7 @@ import request from '@/utils/request' // 分页查询所有的订单信息 -export function getListApi(query) { +export function getCostListApi(query) { return request({ url: 'MessageCost', method: 'get', @@ -18,14 +18,14 @@ export function getInfoApi(id) { }) } // -export function deleteApi(id) { +export function deleteCostApi(id) { return request({ url: 'MessageCost/' + id, method: 'delete' }) } // -export function saveApi(data) { +export function saveCostApi(data) { return request({ url: 'MessageCost', method: 'post', @@ -34,7 +34,7 @@ export function saveApi(data) { } // 保存修改信息 -export function updateApi(data) { +export function updateCostApi(data) { return request({ url: 'MessageCost', method: 'put', diff --git a/fuintAdmin/src/views/power/message.vue b/fuintAdmin/src/views/power/message.vue index bd9011e62..96d161c05 100644 --- a/fuintAdmin/src/views/power/message.vue +++ b/fuintAdmin/src/views/power/message.vue @@ -2,12 +2,13 @@
-
{{ item.name }} +
+ {{ item.name }}
-
+
- - - + + + + + + + + + - + + + - - + + + + + +