Commit f51bb377 by liangzhen

后评估自查互查部分重置后不可输入问题修复

1 parent 8249505d
...@@ -297,6 +297,8 @@ export default { ...@@ -297,6 +297,8 @@ export default {
xxtableData: [], xxtableData: [],
showButton: true, showButton: true,
ruleForm: { ruleForm: {
dates:[],
projectYear:'',
batchYear: '', batchYear: '',
batchName: '', batchName: '',
postEvalState: '', postEvalState: '',
......
...@@ -443,6 +443,7 @@ export default { ...@@ -443,6 +443,7 @@ export default {
yearsList: generateYearOptions(), yearsList: generateYearOptions(),
showButton: true, showButton: true,
ruleForm: { ruleForm: {
projectYear:'',
batchYear: '', batchYear: '',
batchName: '', batchName: '',
postEvalState: '', postEvalState: '',
......
...@@ -451,6 +451,7 @@ export default { ...@@ -451,6 +451,7 @@ export default {
file: '', file: '',
showButton: true, showButton: true,
ruleForm: { ruleForm: {
projectYear:'',
batchYear: '', batchYear: '',
batchName: '', batchName: '',
postEvalState: '', postEvalState: '',
......
...@@ -297,6 +297,8 @@ export default { ...@@ -297,6 +297,8 @@ export default {
xxtableData: [], xxtableData: [],
showButton: true, showButton: true,
ruleForm: { ruleForm: {
dates:[],
projectYear:'',
batchYear: '', batchYear: '',
batchName: '', batchName: '',
postEvalState: '', postEvalState: '',
......
...@@ -443,6 +443,7 @@ export default { ...@@ -443,6 +443,7 @@ export default {
yearsList: generateYearOptions(), yearsList: generateYearOptions(),
showButton: true, showButton: true,
ruleForm: { ruleForm: {
projectYear:'',
batchYear: '', batchYear: '',
batchName: '', batchName: '',
postEvalState: '', postEvalState: '',
......
...@@ -450,6 +450,7 @@ export default { ...@@ -450,6 +450,7 @@ export default {
file: '', file: '',
showButton: true, showButton: true,
ruleForm: { ruleForm: {
projectYear:'',
batchYear: '', batchYear: '',
batchName: '', batchName: '',
postEvalState: '', postEvalState: '',
......
...@@ -340,7 +340,14 @@ export default { ...@@ -340,7 +340,14 @@ export default {
tableDataNew: MaterialsList(), tableDataNew: MaterialsList(),
checkedList: [], checkedList: [],
yearsList: generateYearOptions(), yearsList: generateYearOptions(),
ruleForm: {}, ruleForm: {
projectCode:'',
projectName:"",
issueYear:"",
constructionForm:"",
contractNumber:"",
contractName:"",
},
tableData: [], tableData: [],
currentPage: 1, currentPage: 1,
pageSize: 10, pageSize: 10,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!