|
@@ -700,7 +700,7 @@
|
|
|
this.popTitle = '注册'
|
|
|
this.dialogFormVisible = true;
|
|
|
setTimeout(() => {
|
|
|
- // (this as any).$refs.addFormId.clearValue();
|
|
|
+ (this as any).$refs.addFormId.clearValue();
|
|
|
if ((this as any).$refs.addFormId) (this as any).$refs.addFormId.setValue({});
|
|
|
}, 0)
|
|
|
}
|
|
@@ -710,7 +710,7 @@
|
|
|
this.popTitle = '编辑'
|
|
|
this.dialogFormVisible = true;
|
|
|
setTimeout(() => {
|
|
|
- // (this as any).$refs.addFormId.clearValue();
|
|
|
+ (this as any).$refs.addFormId.clearValue();
|
|
|
if ((this as any).$refs.addFormId) (this as any).$refs.addFormId.setValue(e);
|
|
|
}, 0)
|
|
|
}
|