Commit 263dd174 by 叶富雄

loading

parent cfdcb9ad
<template>
<div class="Content">
<div class="Content" v-loading="loading">
<h5>
<div v-if="sub==='FP'">指令分派</div>
<div v-if="sub==='HB'">指令回报</div>
......@@ -397,6 +397,7 @@ export default {
data() {
return {
PJSE: true,
loading: true,
PJform: {
pjsj: '',
pjrxm: '',
......@@ -589,10 +590,7 @@ export default {
let unitcode = JSON.parse(sessionStorage.getItem('userInfo')).unitcode;
axios.get(`JsonData/CODE_UNIT.json`).then((response) => {
if (response.success === true) {
self.GD.qsrgajgdm.codeOptions = response.data.rows;
let li;
function liMap(ji) {
let mi;
let gd = '';
......@@ -614,6 +612,7 @@ export default {
}
liMap(response.data.rows)
this.loading = false
}
});
},
......@@ -746,7 +745,6 @@ export default {
}
]
}
//this.HBform['hbbh'] = res.data.hbbh;
} else {
this.$message.error(res.message);
}
......@@ -768,7 +766,6 @@ export default {
}
]
}
//this.HBform['hbbh'] = res.data.hbbh;
} else {
this.$message.error(res.message);
}
......@@ -781,15 +778,6 @@ export default {
this.melist = res.data.hbDetailList
}
});
// let requestFpbh = "";
// if (this.fpbh != null && this.fpbh != '') {
// requestFpbh = this.fpbh
// }
// getAllResponseFromMe({fpbh: requestFpbh}).then(response => {
// if (response.code === 200) {
// this.iResponseInfo = response.data.hbDetailList
// }
// })
}
},
watch: {
......
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