|
@@ -231,7 +231,7 @@
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
|
});
|
|
|
- this.$http('advancedEpc/generalEpc/infoPc', {
|
|
|
+ this.$http('advancedEpc/generalEpc/info', {
|
|
|
epc_id: this.epc_id,
|
|
|
partsnum: this.partsnum,
|
|
|
|
|
@@ -249,7 +249,7 @@
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
|
});
|
|
|
- this.$http('advancedEpc/generalEpc/replacePc', {
|
|
|
+ this.$http('advancedEpc/generalEpc/replace', {
|
|
|
epc_id: this.epc_id,
|
|
|
partsnum: this.partsnum,
|
|
|
|
|
@@ -267,7 +267,7 @@
|
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
|
});
|
|
|
- this.$http('advancedEpc/findApplicableModelsPc', {
|
|
|
+ this.$http('advancedEpc/findApplicableModels', {
|
|
|
epc_id: this.epc_id,
|
|
|
partnum: this.partsnum,
|
|
|
page: this.page,
|