项目清单确认流程保存重复问题
This commit is contained in:
@@ -898,6 +898,7 @@ export default {
|
||||
lawName: '', // 标准名称/政策名称
|
||||
page: 1,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
bpnId: '',
|
||||
total: 0,
|
||||
quoteIdList: '',
|
||||
validFlag: '0',
|
||||
@@ -1473,6 +1474,7 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
if(this.$route.query.bpnId){
|
||||
this.bpnId = this.$route.query.bpnId
|
||||
queryTaskFirst({
|
||||
bpnId: this.$route.query.bpnId
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user