Merge pull request '更新' (#27) from zyj into master

Reviewed-on: #27
master
zhangyouji 1 year ago
commit def24fe4c6
  1. 8
      src/views/oilFinalStatement/oilFinalStatementAddList.vue

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

Loading…
Cancel
Save