|
@@ -427,6 +427,7 @@ export default {
|
|
})
|
|
})
|
|
this.categoryArr = [...new Set([...this.frontCategory, ...this.pickCategory])]
|
|
this.categoryArr = [...new Set([...this.frontCategory, ...this.pickCategory])]
|
|
this.infoList = res.data
|
|
this.infoList = res.data
|
|
|
|
+ // this.afterNumber = this.infoList.afterNumber
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
goBack() {
|
|
goBack() {
|
|
@@ -487,7 +488,7 @@ export default {
|
|
onSave() {
|
|
onSave() {
|
|
updateSystem({
|
|
updateSystem({
|
|
id: this.detailsId,
|
|
id: this.detailsId,
|
|
- afterNumber: this.afterNumber
|
|
|
|
|
|
+ afterNumber: this.infoList.afterNumber
|
|
}).then(res => {
|
|
}).then(res => {
|
|
getDealerInfo({ id: this.detailsId }).then(res => {
|
|
getDealerInfo({ id: this.detailsId }).then(res => {
|
|
const { afterType, bindingTime, bindingName } = res.data
|
|
const { afterType, bindingTime, bindingName } = res.data
|