|
@@ -132,9 +132,11 @@ export default {
|
|
|
},
|
|
|
});
|
|
|
this.detailInfo = res.data;
|
|
|
- this.$refs.technicalparam.innerHTML = res.data.technicalparam;
|
|
|
- this.$refs.materialdescription.innerHTML = res.data.materialdescription;
|
|
|
- this.$refs.contentstr.innerHTML = res.data.content;
|
|
|
+ setTimeout(()=>{
|
|
|
+ this.$refs.technicalparam.innerHTML = res.data.technicalparam;
|
|
|
+ this.$refs.materialdescription.innerHTML = res.data.materialdescription;
|
|
|
+ this.$refs.contentstr.innerHTML = res.data.content;
|
|
|
+ },500)
|
|
|
},
|
|
|
async statusChange() {
|
|
|
const res = await this.$api.requested({
|