Procházet zdrojové kódy

地址加随机数

dev
nizongfeng před 3 roky
rodič
revize
241a499bee
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      application/admin/view/order_main/index.html

+ 2
- 2
application/admin/view/order_main/index.html Zobrazit soubor

@@ -270,7 +270,7 @@
</div>
<transition name="bounce" v-if="addShow">
<el-dialog title="新增订单" :visible.sync="addShow" width="90%" height="100%" top="15px">
<iframe src="/view/order_main/add.html" frameborder="0" width="99%" id="addPageShow" onload="this.height=100"></iframe>
<iframe :src="'/view/order_main/add.html?rd='+Math.random()" frameborder="0" width="99%" id="addPageShow" onload="this.height=100"></iframe>
</el-dialog>
</transition>
<transition name="bounce" v-if="editShow">
@@ -541,7 +541,7 @@
this.getData(this.search.pageNum)
},
edit(id){
this.editPageShowUrl="/view/order_main/edit.html?id="+id;
this.editPageShowUrl="/view/order_main/edit.html?id="+id+"&rd="+Math.random();
this.editShow=true;
},
//獲取列表


Načítá se…
Zrušit
Uložit