|
|
@@ -43,7 +43,8 @@ export default {
|
|
|
// 扫码扫到新数据,查询 并分页 回填展示
|
|
|
let countSQL = `select count(*) as count from t_lhypb where jie_yang_zhuang_t = '待接收' and shi_fou_guo_shen_ = '1'`
|
|
|
let str = (page-1)*10
|
|
|
- let fysql = `select * from t_lhypb where jie_yang_zhuang_t = '待接收' and shi_fou_guo_shen_ = '1' limit ${str},10`
|
|
|
+ // let fysql = `select * from t_lhypb where jie_yang_zhuang_t = '待接收' and shi_fou_guo_shen_ = '1' limit ${str},10`
|
|
|
+ let fysql = `select * from t_lhypb where jie_yang_zhuang_t = '待接收' and shi_fou_guo_shen_ = '1'`
|
|
|
Promise.all([repostCurd('sql', countSQL), repostCurd('sql', fysql)]).then(([res1, res]) => {
|
|
|
this.listData = []
|
|
|
this.pageCount = res1.variables.data[0].count
|