项目清单确认流程保存重复问题

This commit is contained in:
宋伟佳
2022-03-04 17:17:43 +08:00
parent 209b69a9d5
commit fc67a9a5e8
@@ -898,6 +898,7 @@ export default {
lawName: '', // 标准名称/政策名称 lawName: '', // 标准名称/政策名称
page: 1, page: 1,
pageSize: this.$store.getters.userInfo.configContent, pageSize: this.$store.getters.userInfo.configContent,
bpnId: '',
total: 0, total: 0,
quoteIdList: '', quoteIdList: '',
validFlag: '0', validFlag: '0',
@@ -1473,6 +1474,7 @@ export default {
}, },
mounted() { mounted() {
if(this.$route.query.bpnId){ if(this.$route.query.bpnId){
this.bpnId = this.$route.query.bpnId
queryTaskFirst({ queryTaskFirst({
bpnId: this.$route.query.bpnId bpnId: this.$route.query.bpnId
}).then(res => { }).then(res => {