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