Commit 90354776 authored by youjie's avatar youjie

no message

parent b27af6d2
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
type="checkbox" type="checkbox"
v-model="hccheckList" v-model="hccheckList"
:value="item" :value="item"
@change="hccheckOne" @click="hccheckOne"
/> />
</td> </td>
<td>{{ item.SuppliesNum }}</td> <td>{{ item.SuppliesNum }}</td>
...@@ -640,7 +640,7 @@ import { ...@@ -640,7 +640,7 @@ import {
}, },
//显示耗材列表 //显示耗材列表
showhaocai(row,index){ showhaocai(row,index){
if(row.haocaiList.length==0){ if(row.haocaiList&&row.haocaiList.length==0){
this.hccheckList = []; this.hccheckList = [];
}else{ }else{
this.hccheckList = row.haocaiList this.hccheckList = row.haocaiList
...@@ -674,6 +674,7 @@ import { ...@@ -674,6 +674,7 @@ import {
}) })
}, },
hccheckOne() { hccheckOne() {
console.log()
//单选 //单选
if (this.hccheckList.length < this.hccheckAllList.length) { if (this.hccheckList.length < this.hccheckAllList.length) {
this.hcisCkedAll = false; this.hcisCkedAll = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment