Commit bf25aa8d authored by “yiyousong”'s avatar “yiyousong”

fix: 修复事项概要信息重置报错

parent 40cd76d2
......@@ -474,11 +474,14 @@ export default {
icon: "exclamation-circle",
maskClosable: true,
onOk() {
_this.$refs.form.resetFields();
_this.isTimely = undefined; // 是否及时办理
_this.isPromise = undefined; // 承诺是否及时办理
_this.isLinked = undefined; // 是否有联办机构
_this.form.deptName = "";
_this.$refs.form.resetFields();
_this.baseform.deptName = "";
_this.baseform.deptCode = "";
_this.baseform.matterNo = "";
_this.curDpt = undefined;
},
onCancel() {
console.log("Cancel");
......
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