|
|
|
@ -301,8 +301,8 @@ export default { |
|
|
|
async loadTable () { |
|
|
|
|
|
|
|
this.tableLoading = true |
|
|
|
const url = '/heart/icpartyunitcompletion/list' |
|
|
|
// const url = 'http://yapi.elinkservice.cn/mock/245/heart/icpartyunitcompletion/list' |
|
|
|
const url = '/actual/base/icpartyunitcompletion/list' |
|
|
|
// const url = 'http://yapi.elinkservice.cn/mock/245/actual/base/icpartyunitcompletion/list' |
|
|
|
let params = { |
|
|
|
unitId: this.unitId |
|
|
|
} |
|
|
|
@ -375,9 +375,9 @@ export default { |
|
|
|
}, |
|
|
|
async addReview (row, tableIndex) { |
|
|
|
|
|
|
|
let url = "/heart/icpartyunitcompletion/save" |
|
|
|
let url = "/actual/base/icpartyunitcompletion/save" |
|
|
|
|
|
|
|
// let url = "http://yapi.elinkservice.cn/mock/245/heart/icpartyunitcompletion/save" |
|
|
|
// let url = "http://yapi.elinkservice.cn/mock/245/actual/base/icpartyunitcompletion/save" |
|
|
|
|
|
|
|
let params = JSON.parse(JSON.stringify(row)) |
|
|
|
|
|
|
|
@ -462,8 +462,8 @@ export default { |
|
|
|
|
|
|
|
async deleteRecord (row, tableIndex) { |
|
|
|
|
|
|
|
const url = "/heart/icpartyunitcompletion/delete" |
|
|
|
// const url = "http://yapi.elinkservice.cn/mock/245/heart/icpartyunitcompletion/delete" |
|
|
|
const url = "/actual/base/icpartyunitcompletion/delete" |
|
|
|
// const url = "http://yapi.elinkservice.cn/mock/245/actual/base/icpartyunitcompletion/delete" |
|
|
|
|
|
|
|
let params = { |
|
|
|
id: row.id |
|
|
|
|