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