|
@@ -428,7 +428,7 @@ export default {
|
|
this.hasCancel=options.hasScreen==1? false:true;
|
|
this.hasCancel=options.hasScreen==1? false:true;
|
|
console.log(416)
|
|
console.log(416)
|
|
console.log(mchList)
|
|
console.log(mchList)
|
|
- this.hasCancel=mchList[0].hasScreen=1? false:true;
|
|
|
|
|
|
+ this.hasCancel=mchList[0].hasScreen==1? false:true;
|
|
let list = [];
|
|
let list = [];
|
|
for(let item of mchList) {
|
|
for(let item of mchList) {
|
|
if(item.mch_id > 0) {
|
|
if(item.mch_id > 0) {
|