Merge branch 'wsw' into 'master'
# Conflicts: # conflict src/api/jyh/index.ts # conflict src/views/Jyh/PersonalCenter/Detail/InvitationNoticeList.vue
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="invitation-notice-container">
|
||||
<Card simple class="jyh-card mt-3">
|
||||
<div class="mb-3">
|
||||
<div class="mt-3">
|
||||
<d-table
|
||||
class="jyh-table jyh-table-2"
|
||||
:header-bg="true"
|
||||
@@ -86,12 +86,13 @@ const handleAccept = async (row, type) => {
|
||||
});
|
||||
if (data?.data?.data?.data) {
|
||||
Message({
|
||||
type,
|
||||
type: 'success',
|
||||
message: '成功接受',
|
||||
});
|
||||
queryInviteListData();
|
||||
} else {
|
||||
Message({
|
||||
type,
|
||||
type: 'error',
|
||||
message: '接受失败',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user