ソースを参照

feature:修复

chenqilong 2 年 前
コミット
4643338152
1 ファイル変更3 行追加1 行削除
  1. 3 1
      src/views/supply/engin/components/engin_form.vue

+ 3 - 1
src/views/supply/engin/components/engin_form.vue

@@ -639,7 +639,9 @@ export default {
           render: (h, { row, column, index }) => {
             return (
               <div>
-                <el-radio value={this.current} label={row.id}></el-radio>
+                <el-radio value={this.current} label={row.id} onChange={(val)=>{
+                  this.current = row.id
+                }}></el-radio>
               </div>
             )
           }