RuoYi
2023-08-19 50e45a4f2759f784191f5828ed58c7e097968561
update index-tree vm
已修改2个文件
4 ■■■■ 文件已修改
src/main/resources/vm/vue/index-tree.vue.vm 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/vm/vue/v3/index-tree.vue.vm 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/vm/vue/index-tree.vue.vm
@@ -453,7 +453,7 @@
      this.reset();
      this.getTreeselect();
      if (row != null) {
        this.form.${treeParentCode} = row.${treeCode};
        this.form.${treeParentCode} = row.${treeParentCode};
      }
      get${BusinessName}(row.${pkColumn.javaField}).then(response => {
        this.form = response.data;
src/main/resources/vm/vue/v3/index-tree.vue.vm
@@ -420,7 +420,7 @@
  reset();
  await getTreeselect();
  if (row != null) {
    form.value.${treeParentCode} = row.${treeCode};
    form.value.${treeParentCode} = row.${treeParentCode};
  }
  get${BusinessName}(row.${pkColumn.javaField}).then(response => {
    form.value = response.data;