mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
修改
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
>
|
>
|
||||||
<el-table-column width="80" label="选择" @row-click="singleElection">
|
<el-table-column width="80" label="选择" @row-click="singleElection">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-radio class="radio" v-model="templateSelection" :label="scope.$index+1">
|
<el-radio class="radio" v-model="templateRadioId" :label="scope.$index+1">
|
||||||
<p v-html> </p>
|
<p v-html> </p>
|
||||||
</el-radio>
|
</el-radio>
|
||||||
</template>
|
</template>
|
||||||
@@ -48,6 +48,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submit(){
|
submit(){
|
||||||
|
console.log('this.templateRadioId',this.templateRadioId)
|
||||||
if(this.templateRadioId === null) return this.$modal.msgWarning('请选择文件')
|
if(this.templateRadioId === null) return this.$modal.msgWarning('请选择文件')
|
||||||
// console.log('接收传递的 pileSn',this.pileSn,this.templateRadioId);
|
// console.log('接收传递的 pileSn',this.pileSn,this.templateRadioId);
|
||||||
const data = {
|
const data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user