mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 13:56:44 +08:00
回执签收代码错误修改
This commit is contained in:
@@ -338,7 +338,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
submit(data).then(res => {
|
submit(data).then(res => {
|
||||||
if (res.reslut == '0') {
|
if (res.result == '0') {
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
window.localStorage.setItem('submitStatus', res.result)
|
window.localStorage.setItem('submitStatus', res.result)
|
||||||
this.$jump({
|
this.$jump({
|
||||||
|
|||||||
@@ -373,7 +373,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
submit(data).then(res => {
|
submit(data).then(res => {
|
||||||
if (res.reslut == '0') {
|
if (res.result == '0') {
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
window.localStorage.setItem('submitStatus', res.result)
|
window.localStorage.setItem('submitStatus', res.result)
|
||||||
this.$jump({
|
this.$jump({
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
submit(data).then(res => {
|
submit(data).then(res => {
|
||||||
if (res.reslut == '0') {
|
if (res.result == '0') {
|
||||||
this.$toast.clear()
|
this.$toast.clear()
|
||||||
window.localStorage.setItem('submitStatus', res.result)
|
window.localStorage.setItem('submitStatus', res.result)
|
||||||
this.$jump({
|
this.$jump({
|
||||||
|
|||||||
Reference in New Issue
Block a user