维修管理,作业管理

This commit is contained in:
2023-09-11 15:15:28 +08:00
parent b90ba8658b
commit 77a13c62e3
6 changed files with 23 additions and 10 deletions

View File

@@ -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)