|
@@ -126,9 +126,9 @@
|
126
|
126
|
<!-->查待遇-->
|
127
|
127
|
<!--</el-button>-->
|
128
|
128
|
|
129
|
|
- <!--<el-button size="small" @click="query" type="primary"-->
|
130
|
|
- <!-->查询-->
|
131
|
|
- <!--</el-button>-->
|
|
129
|
+ <el-button size="small" @click="query" type="primary"
|
|
130
|
+ >查询
|
|
131
|
+ </el-button>
|
132
|
132
|
|
133
|
133
|
|
134
|
134
|
</div>
|
|
@@ -481,7 +481,7 @@
|
481
|
481
|
},
|
482
|
482
|
methods: {
|
483
|
483
|
query() {
|
484
|
|
- if (this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 3877) {
|
|
484
|
+ if (this.$store.getters.xt_user.org_id == 9919) {
|
485
|
485
|
var that = this
|
486
|
486
|
axios.get('http://127.0.0.1:9532/api/org/info', {
|
487
|
487
|
params: {}
|