mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-23 00:29:46 +08:00
修改
This commit is contained in:
@@ -359,7 +359,8 @@ export default {
|
|||||||
this.reset()
|
this.reset()
|
||||||
this.title = '修改车牌号信息'
|
this.title = '修改车牌号信息'
|
||||||
this.open = true;
|
this.open = true;
|
||||||
this.form.plateNumber = plateNumber;
|
// this.form.plateNumber = plateNumber;
|
||||||
|
this.$set(this.form,'plateNumber',plateNumber)
|
||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitForm() {
|
submitForm() {
|
||||||
@@ -370,6 +371,7 @@ export default {
|
|||||||
this.$refs['form'].validate((valid) => {
|
this.$refs['form'].validate((valid) => {
|
||||||
updatePlateNumber(param).then((response) => {
|
updatePlateNumber(param).then((response) => {
|
||||||
this.$modal.msgSuccess('修改成功')
|
this.$modal.msgSuccess('修改成功')
|
||||||
|
this.reset()
|
||||||
this.open = false
|
this.open = false
|
||||||
this.getMemberInfo()
|
this.getMemberInfo()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user