清单确认流程分页bug

This commit is contained in:
宋伟佳
2021-12-03 11:07:08 +08:00
parent a98466dbd5
commit 1cc9edc022
3 changed files with 4 additions and 3 deletions
@@ -702,12 +702,12 @@ export default {
standNumber: '', //标准编号 standNumber: '', //标准编号
standCode: '', //企标编号 standCode: '', //企标编号
dataSource: 'INLAND', dataSource: 'INLAND',
standType: 'INLAND',
lawNumber: '', // 标准编号/政策编号 lawNumber: '', // 标准编号/政策编号
lawName: '', // 标准名称/政策名称 lawName: '', // 标准名称/政策名称
page: 1, page: 1,
pageSize: this.$store.getters.userInfo.configContent, pageSize: this.$store.getters.userInfo.configContent,
total: 0, total: 0,
standType: '',
quoteIdList: '', quoteIdList: '',
validFlag: '0', validFlag: '0',
menuId: 'nomenu' menuId: 'nomenu'
@@ -1094,6 +1094,7 @@ export default {
}, },
//添加标准的查询按钮 //添加标准的查询按钮
searchLawBtn(){ searchLawBtn(){
console.log(this.handleSelectForm);
this.lawInfoTableLoading = true this.lawInfoTableLoading = true
if (this.handleSelectForm.dataSource === 'INLAND'){ if (this.handleSelectForm.dataSource === 'INLAND'){
this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage',this.handleSelectForm,{ this.$http.get('sarStandardsInfo/sar-standards-info/getSarStandardsInfoPage',this.handleSelectForm,{
@@ -721,7 +721,7 @@ export default {
page: 1, page: 1,
pageSize: this.$store.getters.userInfo.configContent, pageSize: this.$store.getters.userInfo.configContent,
total: 0, total: 0,
standType: '', standType: 'INLAND',
quoteIdList: '', quoteIdList: '',
validFlag: '0', validFlag: '0',
menuId: 'nomenu' menuId: 'nomenu'
@@ -705,7 +705,7 @@ export default {
page: 1, page: 1,
pageSize: this.$store.getters.userInfo.configContent, pageSize: this.$store.getters.userInfo.configContent,
total: 0, total: 0,
standType: '', standType: 'INLAND',
quoteIdList: '', quoteIdList: '',
validFlag: '0', validFlag: '0',
menuId: 'nomenu' menuId: 'nomenu'