linwei
2024-02-18 9ce3af9e01821a25f9f23fcea3b0ab2d9e719f2a
标签编辑
1 files modified
14 ■■■■■ changed files
src/views/userHouse/lable/list.vue 14 ●●●●● patch | view | raw | blame | history
src/views/userHouse/lable/list.vue
@@ -154,6 +154,20 @@
      rowUpdate(row, index, done) {
        const column = this.findObject(this.option.column, "parentId")
        column.value = row.id
        update(row).then(
          () => {
            this.onLoad(this.page)
            this.$message({
              type: "success",
              message: "操作成功!",
            })
            done()
          },
          (error) => {
            window.console.log(error)
            loading()
          }
        )
        done(row)
      },