修改请求地址
This commit is contained in:
parent
856e9cd1ac
commit
74cea6da6a
|
@ -141,7 +141,7 @@ export default
|
|||
async GetProductionTableData() {
|
||||
this.tabLoading = true;
|
||||
const res = await option({
|
||||
tl: "integration_task_living_detailsService",
|
||||
tl: "integrationTaskLivingDetailsService",
|
||||
as: "integrationTaskLog",
|
||||
dj: "queryPage",
|
||||
}, {
|
||||
|
@ -206,7 +206,7 @@ export default
|
|||
},
|
||||
async rePushBatch(data) {
|
||||
const res = await option({
|
||||
tl: "integration_task_living_detailsService",
|
||||
tl: "integrationTaskLivingDetailsService",
|
||||
as: "integrationTaskLog",
|
||||
dj: "batchPush",
|
||||
}, {
|
||||
|
@ -304,7 +304,7 @@ export default
|
|||
},
|
||||
async handleRePush(row) {
|
||||
const res = await option({
|
||||
tl: "integration_task_living_detailsService",
|
||||
tl: "integrationTaskLivingDetailsService",
|
||||
as: "integrationTaskLog",
|
||||
dj: "repush",
|
||||
}, {
|
||||
|
@ -326,7 +326,7 @@ export default
|
|||
},
|
||||
async updateManualProcess(val) {
|
||||
const res = await option({
|
||||
tl: "integration_task_living_detailsService",
|
||||
tl: "integrationTaskLivingDetailsService",
|
||||
as: "integrationTaskLog",
|
||||
dj: "manualProcessing",
|
||||
}, val)
|
||||
|
@ -337,7 +337,7 @@ export default
|
|||
},
|
||||
async productionDeleteById(id) {
|
||||
const res = await option({
|
||||
tl: "integration_task_living_detailsService",
|
||||
tl: "integrationTaskLivingDetailsService",
|
||||
as: "integrationTaskLog",
|
||||
dj: "deleteEntity",
|
||||
}, {
|
||||
|
|
|
@ -78,7 +78,7 @@ export default {
|
|||
async productGetById(id) {
|
||||
this.openLoading("detail");
|
||||
const res = await option({
|
||||
tl: "integration_task_living_detailsService",
|
||||
tl: "integrationTaskLivingDetailsService",
|
||||
as: "integrationTaskLog",
|
||||
dj: "queryEntity",
|
||||
}, {
|
||||
|
@ -261,4 +261,4 @@ export default {
|
|||
::v-deep .app-container {
|
||||
height: auto !important;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue