|
|
@ -470,9 +470,14 @@ export default { |
|
|
|
|
|
|
|
handleServiceChange (type, val) { |
|
|
|
if (val === "social_org") { |
|
|
|
if (type === "add") this.getServiceuserList(val, "add_demand"); |
|
|
|
else this.getServiceuserList(val, "query_demand"); |
|
|
|
} else this.getServiceuserList(val, ""); |
|
|
|
if (type === "add") { |
|
|
|
this.getServiceuserList(val, "add_demand"); |
|
|
|
} else { |
|
|
|
this.getServiceuserList(val, "query_demand"); |
|
|
|
} |
|
|
|
} else { |
|
|
|
this.getServiceuserList(val, ""); |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
async getServiceuserList (serviceType, query) { |
|
|
|