|
@@ -1694,7 +1694,7 @@ export default {
|
1694
|
1694
|
).then(response => {
|
1695
|
1695
|
if (response.data.state === 1) {
|
1696
|
1696
|
var information = response.data.data.infor;
|
1697
|
|
- console.log("information",information)
|
|
1697
|
+ // console.log("information",information)
|
1698
|
1698
|
for (let index = 0; index < information.length; index++) {
|
1699
|
1699
|
if (information[index].class === 0) {
|
1700
|
1700
|
information[index].class = "";
|