@@ -467,7 +467,7 @@ export default {
that.dialog.editorBox.type = 'add';
that.dialog.editorBox.show = true;
setTimeout(() => {
- that.$refs['dialog_form'].clearValidate();
+ that.$refs['dialog_form_arr'].clearValidate();
}, 100);
},
// but_edit (row) {