+
diff --git a/src/store/modules/system.js b/src/store/modules/system.js
index 1b408e4..36ea06f 100644
--- a/src/store/modules/system.js
+++ b/src/store/modules/system.js
@@ -2183,9 +2183,9 @@ export default {
if(stampSuccess) {
let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime')
- let formList = [ {"answerId":stampSuccess, "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,8,"+stampSuccess,"type": ""} ]
+ let formList = [ {"answerId":stampSuccess, "emptyOne": "", "emptyTwo": "", "operationIds": state.businessSelect[state.businessKey].id + ',' + "285,287,8,"+stampSuccess,"type": ""} ]
let params= {
- parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,8',
+ parentId:state.businessSelect[state.businessKey].id + ',' + '285,287,8',
lcJudgmentRuleReq:formList,
projectId:+projectId,
startTime:startTime,
@@ -2193,6 +2193,8 @@ export default {
addOperation(params).then((data)=>{
if(judgeDelete) {
+ console.log('???')
+ console.log([...state.businessSelect[state.businessKey].sealBox])
this.commit('system/pushThingsGoods', [...state.businessSelect[state.businessKey].sealBox])
}
state.businessSelect[state.businessKey].sealBox.splice(0, 1)