|
@@ -94,7 +94,7 @@ export default {
|
|
.then((res) => {
|
|
.then((res) => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
if (!res.data.bargainingStatus) {
|
|
if (!res.data.bargainingStatus) {
|
|
- let url = '/claimCloudPhone/1?menuRuleId=' + data.id;
|
|
|
|
|
|
+ let url = '/claimCloudPhone/type?type=1&menuRuleId=' + data.id;
|
|
if (this.$route.query.userCardId) {
|
|
if (this.$route.query.userCardId) {
|
|
url += `&userCardId=${this.$route.query.userCardId}`;
|
|
url += `&userCardId=${this.$route.query.userCardId}`;
|
|
}
|
|
}
|