Browse Source

编辑元素修改

duy 2 years ago
parent
commit
59bdbd07be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/manager/projectinfo/editElement/editElement.vue

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

@@ -645,7 +645,7 @@ export default {
        this.$refs.cascader.clearCheckedNodes()//调用方法无效
        this.$refs.cascader.clearCheckedNodes()//调用方法无效
     },
     },
     saveReplace () {//保存按钮
     saveReplace () {//保存按钮
-      if (this.value&& this.table.td&& this.table.tr) {
+      if (this.value&& this.table) {
         this.tag = true
         this.tag = true
         this.submit({
         this.submit({
           tabId: this.pkeyId,
           tabId: this.pkeyId,