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