test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user