修改bug

This commit is contained in:
2022-03-18 15:17:46 +08:00
parent 837a48b372
commit f4f26474d4
5 changed files with 67 additions and 31 deletions

View File

@@ -1,8 +1,8 @@
<!--
* @Author: zwq
* @Date: 2021-11-15 15:17:30
* @LastEditors: gtz
* @LastEditTime: 2021-12-21 15:33:40
* @LastEditors: zwq
* @LastEditTime: 2022-03-18 15:00:32
* @Description:
-->
<template>
@@ -36,7 +36,7 @@
<el-row :gutter="30" style="padding: 20px;">
<el-col class="footer-item-container" :span="6" v-for="count in 4" :key="count">
<el-card class="footer-item-box base-container" @click.native="selectPlat(count)">
<div class="plat" style="font-size: 24px">提升{{ count }}</div>
<div class="plat" style="font-size: 24px">液压{{ count }}</div>
</el-card>
</el-col>
</el-row>
@@ -105,7 +105,7 @@ export default {
url: this.$http.adornUrl('/outStock/runOutTask'),
method: 'post',
data: this.$http.adornData({
code: count,
code: 'YYT00' + count,
localtionId: this.isActive
})
}).then(({data}) => {