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