This commit is contained in:
cun-nan 2024-09-04 13:50:50 +08:00
parent 2a091ab1ca
commit 224f30bb9f

View File

@ -239,6 +239,9 @@
prop="oilNames" prop="oilNames"
label="油品油号" label="油品油号"
> >
<template slot-scope="scope">
<span>{{scope.row.oilType}}{{scope.row.oilName}}</span>
</template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
align="center" align="center"
@ -453,6 +456,7 @@ export default {
console.log(res) console.log(res)
if (res.code == 200) { if (res.code == 200) {
this.ruleForm = res.data this.ruleForm = res.data
this.centerDialogVisible = true
} }
}) })
}, },