更新 #27

Merged
zhangyouji merged 1 commits from zyj into master 2023-07-12 18:28:18 +08:00
Showing only changes of commit 96ddc036b4 - Show all commits

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()