|
@@ -78,8 +78,8 @@ const Employee = {
|
|
|
funs().then(res => {
|
|
|
if (res.status == 200) {
|
|
|
if (_this.enableFlag != '') {
|
|
|
- if (_this.pageSn === '544577718475575296') {
|
|
|
- _this.list = res.data.filter(item => item.supplierSn == _this.pageSn)
|
|
|
+ if (_this.pageSn === '福麦斯') {
|
|
|
+ _this.list = res.data.filter(item => item.supplierName.includes('福麦斯'))
|
|
|
} else {
|
|
|
_this.list = res.data.filter(item => item.enableFlag == _this.enableFlag)
|
|
|
}
|