|
@@ -252,7 +252,7 @@ export default {
|
|
|
// if (list && list.length > 0) {
|
|
|
// _this.queList = list;
|
|
|
// _this.cur = list[_this.queIndex];
|
|
|
- // _this.queTotal = list.length;
|
|
|
+ _this.queTotal = 1;
|
|
|
// _this.cur.cur_fn_data.forEach((item) => {
|
|
|
// item.table_list.forEach((items) => {
|
|
|
// items.forEach((itemss) => {
|