|
@@ -15,9 +15,9 @@
|
|
|
<i slot="suffix" class="el-input__icon el-icon-search"></i>
|
|
<i slot="suffix" class="el-input__icon el-icon-search"></i>
|
|
|
</el-input>
|
|
</el-input>
|
|
|
</div>
|
|
</div>
|
|
|
- <el-button v-if="have_type == 0 || staff == 1 || have_type == 2" type="success" size="mini"
|
|
|
|
|
- ><a style="color: #fff" href="systemmanage_user_add"
|
|
|
|
|
- >添加新用户</a
|
|
|
|
|
|
|
+ <el-button v-if="have_type == 0 || staff == 1 || have_type == 2" type="success" size="mini" @click="addUser()"
|
|
|
|
|
+ ><span style="color: #fff"
|
|
|
|
|
+ >添加新用户1</span
|
|
|
></el-button
|
|
></el-button
|
|
|
>
|
|
>
|
|
|
</div>
|
|
</div>
|
|
@@ -480,7 +480,8 @@ export default {
|
|
|
},
|
|
},
|
|
|
//添加用户
|
|
//添加用户
|
|
|
addUser() {
|
|
addUser() {
|
|
|
- this.addUserDialogVisible = true;
|
|
|
|
|
|
|
+ // this.addUserDialogVisible = true;
|
|
|
|
|
+ window.location.href='systemmanage_user_add'
|
|
|
},
|
|
},
|
|
|
//监听用户类型改变
|
|
//监听用户类型改变
|
|
|
userTypeChange(val) {
|
|
userTypeChange(val) {
|