Commit 990c84ab authored by 罗超's avatar 罗超

1

parent f9e483e4
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
isShowProcess: false, //显示旁边弹窗 isShowProcess: false, //显示旁边弹窗
processObj: {}, //传递子组件 processObj: {}, //传递子组件
flowObj: { flowObj: {
FlowId: 2, FlowId: 3,
FlowName: "停课流程", FlowName: "停课流程",
FlowNodeList: [], //审核节点列表 FlowNodeList: [], //审核节点列表
}, },
......
...@@ -392,7 +392,6 @@ ...@@ -392,7 +392,6 @@
str = str.substr(1); str = str.substr(1);
} }
this.stopBillMsg.RecipientIds = str; this.stopBillMsg.RecipientIds = str;
console.log(395,this.stopBillMsg)
saveBackBillAduit(this.stopBillMsg).then(res => { saveBackBillAduit(this.stopBillMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.$q.notify({ this.$q.notify({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment