【web】 供应商重置

dev
Wangxin 8 months ago
parent 631872ec47
commit 4cb2d148a5
  1. 2
      ALOps_sys_fe/alops-ui/src/views/device/files/index.vue
  2. 1
      ALOps_sys_fe/alops-ui/src/views/device/supplier/index.vue

@ -65,7 +65,7 @@
<el-table-column label="安装位置" align="center" key="location" prop="location" width="120" /> <el-table-column label="安装位置" align="center" key="location" prop="location" width="120" />
<el-table-column label="安装时间" align="center" prop="installDate" width="160"> <el-table-column label="安装时间" align="center" prop="installDate" width="160">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.installDate) }}</span> <span>{{ scope.row.installDate }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="设备厂商" align="center" key="manufacture" prop="manufacture" width="120" /> <el-table-column label="设备厂商" align="center" key="manufacture" prop="manufacture" width="120" />

@ -262,7 +262,6 @@ export default {
this.dateRange = [] this.dateRange = []
this.resetForm("queryForm") this.resetForm("queryForm")
this.queryParams.deptId = undefined this.queryParams.deptId = undefined
this.$refs.tree.setCurrentKey(null)
this.handleQuery() this.handleQuery()
}, },
// //

Loading…
Cancel
Save