This commit is contained in:
yangduo 2024-08-19 13:29:02 +08:00
parent 64ae5fd537
commit 0d85fab8b9

View File

@ -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 => {