|
|
@@ -140,9 +140,9 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
init () {
|
|
|
- if(!this.AUTHORITY_SHOW) {
|
|
|
+
|
|
|
this._list();
|
|
|
- }
|
|
|
+
|
|
|
},
|
|
|
_list () {
|
|
|
let status = JSON.parse(JSON.stringify(this.tabIndex));
|
|
|
@@ -151,6 +151,9 @@ export default {
|
|
|
search: "",
|
|
|
page: this.list.page
|
|
|
}).then(res => {
|
|
|
+ console.log('1111')
|
|
|
+ console.log(res)
|
|
|
+ console.log('2222')
|
|
|
this.completes(res);
|
|
|
if (this.$util.isEmpty(res.data)){
|
|
|
return false
|