Commit 90354776 authored by youjie's avatar youjie

no message

parent b27af6d2
......@@ -170,7 +170,7 @@
type="checkbox"
v-model="hccheckList"
:value="item"
@change="hccheckOne"
@click="hccheckOne"
/>
</td>
<td>{{ item.SuppliesNum }}</td>
......@@ -640,7 +640,7 @@ import {
},
//显示耗材列表
showhaocai(row,index){
if(row.haocaiList.length==0){
if(row.haocaiList&&row.haocaiList.length==0){
this.hccheckList = [];
}else{
this.hccheckList = row.haocaiList
......@@ -674,6 +674,7 @@ import {
})
},
hccheckOne() {
console.log()
//单选
if (this.hccheckList.length < this.hccheckAllList.length) {
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