|
@@ -663,7 +663,7 @@
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="eleDialog = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="submitEleDialog" v-preventClick>确 定</el-button>
|
|
|
+ <el-button type="primary" @click.once="submitEleDialog" >确 定</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -1103,8 +1103,6 @@ export default {
|
|
|
this.eleForm.tableType &&
|
|
|
this.eleForm.tableOwner
|
|
|
) {
|
|
|
-
|
|
|
-
|
|
|
this.submitExcelRelationWbsTreeAndElement({
|
|
|
nodeName: this.eleForm.nodeName,
|
|
|
tableType: this.eleForm.tableType,
|