Compare commits
No commits in common. "d2d3d2d6f8b7152c1a2a020e64670278cfe42a3b" and "1696e625beeec726c946f68f1db47e355d38b601" have entirely different histories.
d2d3d2d6f8
...
1696e625be
|
@ -340,7 +340,7 @@ export default {
|
|||
})
|
||||
this.listLoading = true
|
||||
requestFN(
|
||||
'/hidden/assign',
|
||||
'/safetyenvironmental/V2/assign',
|
||||
{ ...this.form,
|
||||
HIDDEN_STATUS: this.$parent.HIDDEN_STATUS,
|
||||
INSPECTION_ID: this.$parent.INSPECTION_ID
|
||||
|
|
|
@ -243,7 +243,7 @@ export default {
|
|||
getData() {
|
||||
return new Promise((resolve) => {
|
||||
requestFN(
|
||||
'/safetyenvironmental/goShow',
|
||||
'/safetyenvironmental/V2/goShow',
|
||||
{
|
||||
INSPECTION_ID: this.$parent.INSPECTION_ID
|
||||
}
|
||||
|
|
|
@ -436,7 +436,7 @@ export default {
|
|||
})
|
||||
this.listLoading = true
|
||||
requestFN(
|
||||
'/hidden/assign',
|
||||
'/safetyenvironmental/V2/assign',
|
||||
{ ...this.form,
|
||||
HIDDEN_STATUS: this.$parent.HIDDEN_STATUS,
|
||||
INSPECTION_ID: this.$parent.INSPECTION_ID
|
||||
|
|
|
@ -306,7 +306,7 @@ export default {
|
|||
getData() {
|
||||
return new Promise((resolve) => {
|
||||
requestFN(
|
||||
'/safetyenvironmental/goShow',
|
||||
'/safetyenvironmental/V2/goShow',
|
||||
{
|
||||
INSPECTION_ID: this.$parent.INSPECTION_ID
|
||||
}
|
||||
|
|
|
@ -357,7 +357,7 @@ export default {
|
|||
getList() {
|
||||
this.listLoading = true
|
||||
requestFN(
|
||||
'/safetyenvironmental/list?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page,
|
||||
'/safetyenvironmental/V2/list?showCount=' + this.listQuery.limit + '¤tPage=' + this.listQuery.page,
|
||||
{
|
||||
...this.search,
|
||||
INSPECTION_TIME_START: this.search.INSPECTION_TIME[0],
|
||||
|
|
Loading…
Reference in New Issue