|
@@ -44,9 +44,9 @@
|
|
<a-button type="primary" icon="search" @click="handleQueryList">查询</a-button>
|
|
<a-button type="primary" icon="search" @click="handleQueryList">查询</a-button>
|
|
<a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button">重置</a-button>
|
|
<a-button type="primary" @click="handleResetForm" icon="reload" class="middle-button">重置</a-button>
|
|
<a-button type="primary" @click="addNewApp(null)">添加应用</a-button>
|
|
<a-button type="primary" @click="addNewApp(null)">添加应用</a-button>
|
|
- <a-button type="primary" @click="handleUpdatePerson" class="middle-button" v-if="realShow" :loading="realLoading">
|
|
|
|
|
|
+ <!-- <a-button type="primary" @click="handleUpdatePerson" class="middle-button" v-if="realShow" :loading="realLoading">
|
|
更新应用
|
|
更新应用
|
|
- </a-button>
|
|
|
|
|
|
+ </a-button> -->
|
|
</span>
|
|
</span>
|
|
|
|
|
|
</a-col>
|
|
</a-col>
|
|
@@ -654,14 +654,14 @@ export default {
|
|
this.form = this.$form.createForm(this);
|
|
this.form = this.$form.createForm(this);
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- this.realShow = this.userInfo().realname === '管理员' ? true : false
|
|
|
|
- if(!this.realShow) {
|
|
|
|
- getAction('/kuaishou/batch/syncUserAppList',{ userId:this.userInfo().id, type:0}).then(res => {
|
|
|
|
- if(res.success) {
|
|
|
|
- // this.$message.success('更新成功');
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
|
|
+ // this.realShow = this.userInfo().realname === '管理员' ? true : false
|
|
|
|
+ // if(!this.realShow) {
|
|
|
|
+ // getAction('/kuaishou/batch/syncUserAppList',{ userId:this.userInfo().id, type:0}).then(res => {
|
|
|
|
+ // if(res.success) {
|
|
|
|
+ // // this.$message.success('更新成功');
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
+ // }
|
|
this.handleGetTableList({});
|
|
this.handleGetTableList({});
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|