This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bug
undefined
时佳豪
3 years ago
parent
c60452ac54
commit
a751eae09e
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pages/mine/reception/consultant.vue
+ 2
- 1
pages/mine/reception/consultant.vue
View File
@@ -96,7 +96,8 @@
const that = this;
this.$u.post("customer/daitiReception", {
agentId: that.chosedAgentId,
id: that.customerId
id: that.customerId,
projectId:this.buildingID
}).then(res => {
if(res.unchecked==0){
that.baochunfun()
Write
Preview
Loading…
Cancel
Save