This commit is contained in:
parent
3a83940dd5
commit
6b2b20850c
|
@ -0,0 +1,11 @@
|
||||||
|
#for tests only !
|
||||||
|
#Mon Jul 08 09:58:00 CST 2024
|
||||||
|
jco.destination.pool_capacity=10
|
||||||
|
jco.client.lang=ZH
|
||||||
|
jco.client.ashost=172.19.0.125
|
||||||
|
jco.client.saprouter=
|
||||||
|
jco.client.user=RFC
|
||||||
|
jco.client.sysnr=00
|
||||||
|
jco.destination.peak_limit=10
|
||||||
|
jco.client.passwd=654321
|
||||||
|
jco.client.client=800
|
|
@ -105,6 +105,9 @@ export default {
|
||||||
listCustomer(this.queryParams).then(response => {
|
listCustomer(this.queryParams).then(response => {
|
||||||
this.customerList = response.data;
|
this.customerList = response.data;
|
||||||
this.total = response.data.length;
|
this.total = response.data.length;
|
||||||
|
if(this.total === 0) {
|
||||||
|
this.$message.warning("未查询到结果!");
|
||||||
|
}
|
||||||
this.currentPage = 1;
|
this.currentPage = 1;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue