Browse Source

完善车型调价

master
yunuo970428 6 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
req.submitVehicleApply(this.formobj).then((res) => {
if (res.success) {
this.$message({ showClose: true, type: 'success', message: resp.msg })
this.$message({ showClose: true, type: 'success', message: res.msg })
this.handleReturn('true')
}
}).catch(() => {

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

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

Loading…
Cancel
Save