ludc
2023-11-07 f59005e779ed4dd724a919156072ba42d3bedeb2
Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -105,7 +105,7 @@
      return {
        addBtn: this.vaildData(this.permission.systemInfo.systemInfo_add, false),
        editBtn: this.vaildData(this.permission.systemInfo.systemInfo_edit, false),
        delBtn: this.vaildData(this.permission.systemInfo.systemInfo_remove, false),
        delBtn: this.vaildData(this.permission.systemInfo.systemInfo_delete, false),
        empower: this.vaildData(this.permission.systemInfo.systemInfo_empower, false),
      }
    },
@@ -351,6 +351,7 @@
            message: '新增数据成功!'
          })
          done(row)
          await this.getDataList();
          // this.$refs.crud.refreshTable()
          // this.getDataList()
        }
@@ -371,6 +372,7 @@
          })
          done(row)
        }
        await this.getDataList();
      } catch {
        loading()
      }