给供应商和客户模块临时增加提示
This commit is contained in:
parent
e39c526b95
commit
cdb30aff72
@ -166,6 +166,9 @@
|
||||
return `${window._CONFIG['domianURL']}${this.url.importExcelUrl}`;
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.$message.warning('最近对客户的查询进行了权限控制,如果列表不展示,请与客服联系,谢谢!');
|
||||
},
|
||||
methods: {
|
||||
searchReset() {
|
||||
this.queryParam = {
|
||||
|
||||
@ -165,6 +165,9 @@
|
||||
return `${window._CONFIG['domianURL']}${this.url.importExcelUrl}`;
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.$message.warning('最近对供应商的查询进行了权限控制,如果列表不展示,请与客服联系,谢谢!');
|
||||
},
|
||||
methods: {
|
||||
searchReset() {
|
||||
this.queryParam = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user