Browse Source

完善车型调价

master
yunuo970428 7 months ago
parent
commit
9cdbf40760
  1. 2
      anrui-scm/anrui-scm-ui/src/views/kucunguanli/tiaojiaguanli/priceAdd.vue
  2. 2
      anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/tiaojiaEdit.vue

2
anrui-scm/anrui-scm-ui/src/views/kucunguanli/tiaojiaguanli/priceAdd.vue

@ -374,7 +374,7 @@ export default {
this.submitdisabled = true this.submitdisabled = true
req.submitVehicleApply(this.formobj).then((res) => { req.submitVehicleApply(this.formobj).then((res) => {
if (res.success) { if (res.success) {
this.$message({ showClose: true, type: 'success', message: resp.msg }) this.$message({ showClose: true, type: 'success', message: res.msg })
this.handleReturn('true') this.handleReturn('true')
} }
}).catch(() => { }).catch(() => {

2
anrui-scm/anrui-scm-ui/src/views/workFlow/tiaojiaguanliFlow/tiaojiaguanli/tiaojiaEdit.vue

@ -376,7 +376,7 @@ export default {
this.submitdisabled = true this.submitdisabled = true
req.submitVehicleApply(this.formobj).then((res) => { req.submitVehicleApply(this.formobj).then((res) => {
if (res.success) { if (res.success) {
this.$message({ showClose: true, type: 'success', message: resp.msg }) this.$message({ showClose: true, type: 'success', message: res.msg })
// () // ()
window.parent.postMessage({ window.parent.postMessage({
cmd: 'returnHeight', cmd: 'returnHeight',

Loading…
Cancel
Save