Commit 22b11006 by 西瓜

线索管理,本单位线索,详请回报添加参数

parent 20d096ae
......@@ -5443,7 +5443,8 @@ export default {
shsexsbh: scope.row.shsexsbh,
xxzjbh: scope.row.jsxxzjbh,
jshcxxzjbh: scope.row.jshcxxzjbh,
sfbjfk: '1'
sfbjfk: '1',
sfhb: '1',
}
})
// this.$confirm('是否回报?', '提示', {
......
......@@ -823,6 +823,9 @@ export default {
} else {
obj.sfsjspPdbz = '0'
}
if (this.$route.query.sfhb) {
obj.sfhb = '1'
}
this.loadingHcfksh = true
hcfkSp(obj)
.then(res => {
......
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