11
WXL
2023-08-31 ecf548f84c5fa5a68c53041e37daf43053f40fa4
src/views/project/travelexpenseapply/index.vue
@@ -2129,6 +2129,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const ids = row.id || this.ids;
      console.log(ids);
      this.$modal
        .confirm("是否确认删除该条记录?")
        .then(function() {