EagleLin 4 vuotta sitten
vanhempi
commit
238d3ab827
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pages/order-submit/order-submit.vue

+ 1 - 1
pages/order-submit/order-submit.vue

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