duy 11 meses atrás
pai
commit
eb48ce177f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/manager/projectinfo/tree.vue

+ 1 - 1
src/views/manager/projectinfo/tree.vue

@@ -1788,7 +1788,7 @@
         </el-table-column>
       </el-table>
       <span slot="footer" class="dialog-footer">
-        <el-button @click="editEleVisible = false">取 消</el-button>
+        <el-button @click="editDialogShow = false">取 消</el-button>
         <el-button type="primary" @click="saveEles" :loading="saveLoading"
           >确 定</el-button
         >