fix
This commit is contained in:
parent
64ae5fd537
commit
0d85fab8b9
@ -276,6 +276,9 @@ export default {
|
||||
})
|
||||
},
|
||||
updateData() {
|
||||
if (this.form.annc_type !== 3) {
|
||||
this.form.version = this.versiontxt
|
||||
}
|
||||
this.$refs['form'].validate((valid) => {
|
||||
if (valid) {
|
||||
updateAnnc(this.form).then(response => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user