This commit is contained in:
2025-08-22 15:07:53 +08:00
parent c8cbf1f344
commit a8f17dde98

View File

@@ -291,6 +291,7 @@ export default {
dialogVisible: false,
dataForm: {
id: 0,
adminControl: 0,
title: "",
etitle:'',
titleAbbr:'',
@@ -605,7 +606,9 @@ export default {
}
});
} else {
this.dataForm = {};
this.dataForm = {
adminControl:0
};
}
// this.dataForm.id = row.id || 0