Explorar el Código

新增元素后,更新列表

gangyj hace 3 años
padre
commit
fff88783f4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/manager/projectinfo/editElement/editElement.vue

+ 3 - 0
src/views/manager/projectinfo/editElement/editElement.vue

@@ -482,6 +482,9 @@ export default {
           message: '添加成功'
         })
         this.AddNewElementField = ''
+
+        //更新下拉列表s
+        this.getElementInfoByTabId()
       }
     },
     //#endregion