Commit 90587ac2 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/reg' into reg

parents ff3fd447 32629b50
......@@ -12,7 +12,12 @@
{{ v }}
</div>
</div>
<a-tooltip>
<template slot="title">
当前状态:{{ setInfo.messageoff ? "开启" : "关闭" }}
</template>
<YButton v-model="setInfo.messageoff" @change="changeClose"></YButton>
</a-tooltip>
</div>
</template>
......
......@@ -181,7 +181,7 @@ export default {
sourceInfoForm: {},
userDict: {}, // 角色数据
userform: {
type: 1,
type: 2,
roleId: undefined,
searchVal: undefined,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment