修改
This commit is contained in:
@@ -248,12 +248,11 @@ export default {
|
||||
this.lineArr = response.data;
|
||||
this.lineArr.forEach((item, index) => {
|
||||
const num = [
|
||||
'',
|
||||
'1672847052717821953',
|
||||
'1672847052717821954',
|
||||
'1686260211054157825',
|
||||
'1701892552632770122',
|
||||
'1714562503683465331',
|
||||
'20001',
|
||||
'20002',
|
||||
'20003',
|
||||
'20004',
|
||||
'20005',
|
||||
].indexOf(item.id);
|
||||
if (num > 0) {
|
||||
item.num = num;
|
||||
|
||||
Reference in New Issue
Block a user