Commit b1fd6b40 by liangzhen

重置评估日期

1 parent 790bbe36
......@@ -394,6 +394,9 @@ export default {
//给后端的参数
this.ruleForm.createStartTime = time[0];
this.ruleForm.createEndTime = time[1];
}else{
this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = "";
}
},
async submitForm() {
......@@ -435,6 +438,8 @@ export default {
this.$refs.formName.resetFields();
this.currentPage = 1;
this.pageSize = 10;
this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = "";
this.submitForm();
},
//详情
......
......@@ -234,6 +234,9 @@ export default {
//给后端的参数
this.ruleForm.createStartTime = time[0];
this.ruleForm.createEndTime = time[1];
}else{
this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = "";
}
},
async submitForm() {
......@@ -284,6 +287,8 @@ export default {
this.$refs.formName.resetFields();
this.currentPage = 1;
this.pageSize = 10;
this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = "";
this.submitForm();
},
//合规性检查评估
......
......@@ -766,6 +766,8 @@ export default {
this.$refs.formName.resetFields();
this.currentPage = 1;
this.pageSize = 10;
this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = "";
this.submitForm();
},
//点击新增
......
......@@ -195,7 +195,7 @@ export default {
actualReviewTime: getCurrentDate(),
};
console.log(params, "this.clqparams");
return
// return
if (type == "add") {
console.log(params, "this.zjtableDatathis.zjtableData");
......
......@@ -717,6 +717,8 @@ export default {
this.$refs.formName.resetFields();
this.currentPage = 1;
this.pageSize = 10;
this.ruleForm.createStartTime = "";
this.ruleForm.createEndTime = "";
this.submitForm();
},
//详情
......
......@@ -437,7 +437,8 @@ export default {
this.$refs.formName.resetFields();
this.currentPage = 1;
this.pageSize = 10;
console.log("重置");
this.ruleForm.planStartTime ="";
this.ruleForm.planEndTime = "";
this.submitForm();
},
//提交评估材料
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!