|
@@ -437,6 +437,9 @@ var vm = new Vue({
|
|
})
|
|
})
|
|
if (arrs.length == 0) {
|
|
if (arrs.length == 0) {
|
|
this.listState.list = []
|
|
this.listState.list = []
|
|
|
|
+ if (res.error_msg) {
|
|
|
|
+ toastFn(res.error_msg, 2000)
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
_this.attentionCheck(arrs, String(arr1))
|
|
_this.attentionCheck(arrs, String(arr1))
|
|
}
|
|
}
|
|
@@ -455,11 +458,7 @@ var vm = new Vue({
|
|
this.getList(p)
|
|
this.getList(p)
|
|
},
|
|
},
|
|
goTitle(name) {
|
|
goTitle(name) {
|
|
- // const urls = this.$router.resolve({path:'/swordfish/page_big_pc/ent-bus_portrayal/' + name})
|
|
|
|
- // window.open(urls.href, '_blank')
|
|
|
|
- // const reff = this.$router.resolve({path:'/swordfish/page_big_pc/ent-bus_portrayal/' + name});
|
|
|
|
- // window.open(reff.href,'_blank');
|
|
|
|
- location.href = '/swordfish/page_big_pc/client_portrayal/' + name
|
|
|
|
|
|
+ location.href = '/unit_portrayal/' + name
|
|
},
|
|
},
|
|
// 全选
|
|
// 全选
|
|
allChange() {
|
|
allChange() {
|