mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
更新用户列表
This commit is contained in:
parent
5b016fe92c
commit
fff62f8333
@ -35,6 +35,7 @@
|
||||
@click="toMove()"
|
||||
>转移</el-button
|
||||
>
|
||||
<cl-flex1></cl-flex1>
|
||||
<cl-search-key></cl-search-key>
|
||||
</el-row>
|
||||
|
||||
@ -109,12 +110,12 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { computed, inject, reactive, ref, watch } from "vue";
|
||||
import { computed, defineComponent, inject, reactive, ref, watch } from "vue";
|
||||
import { useStore } from "vuex";
|
||||
import { useRefs } from "@/core";
|
||||
import { Table, Upsert } from "@/crud/types";
|
||||
|
||||
export default {
|
||||
export default defineComponent({
|
||||
name: "sys-user",
|
||||
|
||||
setup() {
|
||||
@ -510,7 +511,7 @@ export default {
|
||||
toMove
|
||||
};
|
||||
}
|
||||
};
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
Loading…
Reference in New Issue
Block a user