唐耀东
2022-10-12 901be26b0491501afe8eb145392a8d8c307f0138
src/views/tool/gen/index.vue
@@ -321,7 +321,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const tableIds = row.tableId || this.ids;
      this.$modal.confirm('是否确认删除表编号为"' + tableIds + '"的数据项?').then(function() {
      this.$modal.confirm('是否确认删除?').then(function() {
        return delTable(tableIds);
      }).then(() => {
        this.getList();