hyingbo
6 天以前 f58c33cff459aa6544ecade64866d3ebb26bfac5
src/views/tms/lossBound/LossboundList.vue
@@ -135,7 +135,7 @@
        {
          title: '审核时间',
          align: 'center',
          dataIndex: 'auditDate'
          dataIndex: 'approvalDate'
        },
        {
          title: '审核意见',
@@ -190,16 +190,7 @@
    }
  },
  methods: {
    // handleEdit: function (record) {
    //   this.$refs.modalForm.edit(record);
    //   this.$refs.modalForm.title = "编辑";
    //   this.$refs.modalForm.disableSubmit = false;
    // },
    // handleAdd: function () {
    //   this.$refs.modalForm.add();
    //   this.$refs.modalForm.title = "新增";
    //   this.$refs.modalForm.disableSubmit = false;
    // },
    modalFormOk() {
      this.$refs.lossboundDetailList.clearList()
      this.loadData()