Explorar el Código

1、修改采购订单

zhoux hace 2 años
padre
commit
e11e08bea9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/mixins/index.js

+ 1 - 1
src/mixins/index.js

@@ -324,7 +324,7 @@ export const indexMixin = {
         this.searchData(pageInfo) // 查询数据
       } else {
         setTimeout(() => {
-          this.canPageFlag = false;
+          this.canPageFlag = true;
         }, 500)
       }
     },