Commit 1a7c2acb authored by youjie's avatar youjie

no message

parent c15512c3
...@@ -739,9 +739,9 @@ ...@@ -739,9 +739,9 @@
let datas = this.formEdit let datas = this.formEdit
this.apipost('/api/IntroduceFlowStat/SetPutInPeriodsDetial',datas, res=>{ this.apipost('/api/IntroduceFlowStat/SetPutInPeriodsDetial',datas, res=>{
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.init()
this.resetForm("formEdit");
this.dialogTableVisibleEdit = false; this.dialogTableVisibleEdit = false;
this.init()
this.resetForm("form");
this.$message.success(res.data.message) this.$message.success(res.data.message)
} else { } else {
...@@ -794,10 +794,6 @@ ...@@ -794,10 +794,6 @@
} }
}); });
}, },
resetFormEdit(formName) { // 重置表单
this.formEdit = {}
this.$refs[formName].resetFields();
},
resetForm(formName) { // 重置表单 resetForm(formName) { // 重置表单
this.form = {} this.form = {}
this.$refs[formName].resetFields(); this.$refs[formName].resetFields();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment