|
|
@@ -122,8 +122,6 @@
|
|
|
import {
|
|
|
mapGetters
|
|
|
} from 'vuex'
|
|
|
-
|
|
|
-
|
|
|
export default {
|
|
|
name: 'EquipmentList',
|
|
|
components: {},
|
|
|
@@ -333,7 +331,7 @@
|
|
|
// },
|
|
|
addBasicBus () {
|
|
|
let _this = this
|
|
|
- if (! this.BusinessForm.SubClassId) {
|
|
|
+ if (!this.BusinessForm.SubClassId) {
|
|
|
_this.$message({
|
|
|
type: 'warning',
|
|
|
message: '请选择准入范围'
|
|
|
@@ -570,7 +568,7 @@
|
|
|
.then(res => {
|
|
|
_this.lostTableData = res.data || []
|
|
|
_this.lostTableDataInfo = ''
|
|
|
- for (let i=0; i<_this.lostTableData.length; i++) {
|
|
|
+ for (let i = 0; i < _this.lostTableData.length; i++) {
|
|
|
_this.lostTableDataInfo += _this.lostTableData[i].CertFileName + ', '
|
|
|
}
|
|
|
_this.ClassId = val.Id
|
|
|
@@ -585,8 +583,6 @@
|
|
|
console.error(err)
|
|
|
})
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
handleSizeChange (value) {
|
|
|
this.size = value
|
|
|
this.currentPage = 1
|