This commit is contained in:
2025-10-29 06:22:32 +08:00
parent 7ef89ed501
commit aa1f40e164
10 changed files with 30918 additions and 23338 deletions

View File

@@ -1668,7 +1668,11 @@ export default {
this.ruleForm = JSON.parse(JSON.stringify(item.ruleForm));
this.form.forEach((item) => {
item.value = "";
if(item.fieldNameZh.includes('档案门类代码')&&this.treeRow.className.includes('文书')){
item.value = 'ws'
}
});
console.log('form',this.form)
} else if (key === 2) {
if (!this.Alltable[1].selectTable.length) {
message("warning", "请先选择一条案卷", 2000);