|
@@ -48,7 +48,7 @@ export default {
|
|
...user(['query', 'delete', 'update']),
|
|
...user(['query', 'delete', 'update']),
|
|
...exportuser({ exportuserQuery: 'query' }),
|
|
...exportuser({ exportuserQuery: 'query' }),
|
|
async search() {
|
|
async search() {
|
|
- if (this.user.code.length == 3) {
|
|
|
|
|
|
+ if (this.user.code == 'JLCJGLY') {
|
|
const res = await this.query({ limit: '1000' });
|
|
const res = await this.query({ limit: '1000' });
|
|
const resTwo = await this.exportuserQuery({ limit: '1000' });
|
|
const resTwo = await this.exportuserQuery({ limit: '1000' });
|
|
var newData = res.data.concat(resTwo.data);
|
|
var newData = res.data.concat(resTwo.data);
|