保存进度!
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
border
|
||||
stripe
|
||||
style="width:100%;"
|
||||
:height="tableHeight"
|
||||
:data="rewardGainerData"
|
||||
>
|
||||
<el-table-column type="selection" />
|
||||
@@ -105,14 +104,8 @@
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { reactive, computed, onBeforeMount } from "vue";
|
||||
import {
|
||||
type RewardProject,
|
||||
type RewardGainer,
|
||||
type RewardProjectResponse,
|
||||
type RewardGainerResponse,
|
||||
requestRewardPorjectsList,
|
||||
requestRewardGainers
|
||||
} from "@/utils/reward.js";
|
||||
import { type RewardGainer, type RewardGainerResponse, requestRewardGainers } from "@/utils/reward.js";
|
||||
import eventBus from "@/utils/api/EventBus.js";
|
||||
import { ElMessageBox } from "element-plus";
|
||||
import RewardGainerDialog from "@/views/reward/RewardTelsaler.vue";
|
||||
|
||||
@@ -219,6 +212,11 @@ export default {
|
||||
ui.showEditRewardGainerDialog = true;
|
||||
};
|
||||
|
||||
/** 事件相关 ***************/
|
||||
eventBus.on( "onSavedRewardTelsaler", (): void =>
|
||||
{
|
||||
ui.showEditRewardGainerDialog = false;
|
||||
});
|
||||
/**
|
||||
* 用于刷新页面
|
||||
*/
|
||||
@@ -249,7 +247,7 @@ export default {
|
||||
|
||||
.wrapper {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
// padding: 10px;
|
||||
|
||||
// background-color: #fff;
|
||||
// border-radius: 5px;
|
||||
|
Reference in New Issue
Block a user