Commit ea96f1d9 authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent 66d66bba
...@@ -202,6 +202,16 @@ export default { ...@@ -202,6 +202,16 @@ export default {
this.setData() this.setData()
}, },
methods: { methods: {
csHandle() {
this.$http({
url: this.$http.adornUrl('/equipment/sendParamsInfo'),
method: 'post',
params: this.$http.adornParams({})
}).then((data) => {
if (data && data.code === 0) {
}
})
},
init(data, stationId) { init(data, stationId) {
this.dataForm = data this.dataForm = data
this.dataForm.operatorName = this.info.name this.dataForm.operatorName = this.info.name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment