zenglf
2023-08-19 8611a1ba1696e76cced04ff5d658ba138a05dafd
src/views/eam/modules/specialtyMaintenanceOrder/ActualWorkHoursEditTable.vue
@@ -42,7 +42,7 @@
        slot='action'
        slot-scope='text, record,index'
      >
        <a @click="handleDeleteFake(index)">删除</a>
        <a @click="handleDelete(index)">删除</a>
      </span>
    </a-table>
    <a-button
@@ -241,9 +241,13 @@
      this.disableSubmit = false;
      this.visible = false;
    },
    handleDeleteFake(index) {
    // handleDeleteFake(index) {
    //   this.dataSource.splice(index,1);
    // },
    handleDelete(text, record, index) {
      this.dataSource.splice(index,1);
    },
    handleOk(saveStatus) {
      const that = this
      if (saveStatus == 0) {