zhaowei
7 天以前 3db6d5c4d17ab9942a5c89a167c1f06ca485f355
src/views/eam/maintenance/EamSecondMaintenanceOrderList.vue
@@ -169,7 +169,7 @@
          {
            title: '维修工',
            align: 'center',
            dataIndex: 'repairer_dictText'
            dataIndex: 'repairman_dictText'
          },
          {
            title: '保养状态',
@@ -184,7 +184,7 @@
          {
            title: '管理员确认',
            align: 'center',
            dataIndex: 'confirmUser_dictText'
            dataIndex: 'manageUser_dictText'
          },
          {
            title: '管理员确认时间',
@@ -240,6 +240,7 @@
       */
      handlerCollect(id) {
        let that = this
        this.loading = true
        getAction(that.url.collect, { id })
          .then((res) => {
            if (res.success) {
@@ -253,6 +254,7 @@
                message: '消息',
                description: res.message
              })
              this.loading = false
            }
          })
      },