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

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

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