2 Commits

Author SHA1 Message Date
1fc336a3db Merge pull request '更新' (#26) from zyj into master
Reviewed-on: #26
2023-07-11 09:34:02 +00:00
25c4bb7573 Merge pull request 'zyj' (#25) from zyj into master
Reviewed-on: #25
2023-07-11 08:46:41 +00:00

View File

@@ -459,10 +459,10 @@ export default {
this.$message.warning('请输入时间') this.$message.warning('请输入时间')
return return
} }
// if (!this.page.params.productType) { if (!this.page.params.productType) {
// this.$message.warning('请选择油品类型') this.$message.warning('请选择油品类型')
// return return
// } }
this.loading = true this.loading = true
this.page.currentPage = 1 this.page.currentPage = 1
this.getByPage() this.getByPage()