From f2a2b4a4258cc1c88b897024bc5c49f31273c0ca Mon Sep 17 00:00:00 2001 From: jazzzone <312142485@qq.com> Date: 星期六, 05 三月 2022 22:39:11 +0800 Subject: [PATCH] update_202203052238_添加取消批次和下载模板 --- src/pages/system/role.vue | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/pages/system/role.vue b/src/pages/system/role.vue index 4d29728..04da7b4 100644 --- a/src/pages/system/role.vue +++ b/src/pages/system/role.vue @@ -1,14 +1,15 @@ <template> <div class="app-container"> <!-- 鎼滅储鍖� 鈫撯啌鈫撯啌鈫撯啌鈫撯啌鈫撯啌 --> - <el-form v-show="showSearch" ref="searchForm" :inline="true"> + <!-- <el-form v-show="showSearch" ref="searchForm" :inline="true"> <el-form-item label="瑙掕壊鍚嶇О"> <el-input v-model="keyWord" - placeholder="璇疯緭鍏ヨ鑹插悕绉�" + placeholder="鎼滅储瑙掕壊鍚嶇О" clearable size="small" style="width: 240px" + maxlength="50" @keyup.enter.native="reGetList" /> </el-form-item> @@ -16,7 +17,7 @@ <el-button type="cyan" icon="el-icon-search" size="mini" @click="reGetList">鎼滅储</el-button> <el-button icon="el-icon-refresh" size="mini" @click="resetHandle">閲嶇疆</el-button> </el-form-item> - </el-form> + </el-form> --> <!-- 鎼滅储鍖� 鈫戔啈鈫戔啈鈫戔啈鈫戔啈鈫戔啈 --> <!-- 鎿嶄綔鍖� 鈫撯啌鈫撯啌鈫撯啌鈫撯啌鈫撯啌 --> @@ -70,8 +71,10 @@ <script> +import mixin_keepAlive from '@/mixins/keepAlive.js' // 椤甸潰缂撳瓨 export default { name: 'Role', + mixins: [mixin_keepAlive], data() { return { showSearch: true, // 鏄惁鏄剧ず鎼滅储鍖� @@ -87,11 +90,17 @@ } }, mounted() { - this.init() + // 鍦╩ixin_keepAlive => activated鍒濆鍖� }, methods: { // 鍒濆鍖� init() { + // keepalive閲嶇疆鍒濆鍊� + this.resetHandle() + }, + + // 杩斿洖鍒锋柊 + regInit() { this.getList() }, -- Gitblit v1.8.0