|
@@ -1474,9 +1474,9 @@
|
|
|
// eslint-disable-next-line no-dupe-keys
|
|
|
insertEvent (type) {
|
|
|
if (type === 'member') {
|
|
|
- if (this.commonJS.isEmpty(this.inputForm.members)) {
|
|
|
- this.inputForm.members = []
|
|
|
- }
|
|
|
+ // if (this.commonJS.isEmpty(this.inputForm.members)) {
|
|
|
+ // this.inputForm.members = []
|
|
|
+ // }
|
|
|
this.$refs.memberTable.insert().then((data) => {
|
|
|
data.name = ''
|
|
|
data.workHours = ''
|