维修管理,作业管理
This commit is contained in:
@@ -77,9 +77,15 @@
|
||||
disabled: false
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this._deviceManageGetAllQuery(this.val1)
|
||||
},
|
||||
methods: {
|
||||
selectChange (e) {
|
||||
this.index = e
|
||||
if (e) {
|
||||
this._deviceManageGetAllQuery(this.val1)
|
||||
}
|
||||
},
|
||||
handleChange (e) {
|
||||
this._deviceManageGetAllQuery(e)
|
||||
|
||||
Reference in New Issue
Block a user