|
@@ -124,12 +124,16 @@
|
124
|
124
|
this.goodInfoTableData = []
|
125
|
125
|
this.$emit('dialog-cancle', this.getValue())
|
126
|
126
|
this.$refs.multipleTable.clearSelection()
|
|
127
|
+ this.$refs.templatetable.setCurrentRow(null);
|
|
128
|
+
|
127
|
129
|
},
|
128
|
130
|
comfirm: function(formName) {
|
129
|
131
|
this.goodInfo = []
|
130
|
132
|
this.goodInfoTableData = []
|
131
|
133
|
this.$emit('dialog-comfirm', this.getValue())
|
132
|
134
|
this.$refs.multipleTable.clearSelection()
|
|
135
|
+ this.$refs.templatetable.setCurrentRow(null);
|
|
136
|
+
|
133
|
137
|
},
|
134
|
138
|
getValue: function() {
|
135
|
139
|
const obj = {
|