Commit 637b29af authored by youjie's avatar youjie

no message

parent 9e0caf07
...@@ -412,7 +412,7 @@ export default { ...@@ -412,7 +412,7 @@ export default {
components: { components: {
offset offset
}, },
props: ["OrderList", "pagesTitle"], props: ["OrderList", "pagesTitle","msgObj"],
data() { data() {
return { return {
titlePrice: "", titlePrice: "",
...@@ -562,6 +562,12 @@ export default { ...@@ -562,6 +562,12 @@ export default {
pagesTitle(val, oldval) { pagesTitle(val, oldval) {
this.Title = val; this.Title = val;
}, },
msgObj: {
handler(val, oldVal) {
this.changePriceMsg.outerVisible = true;
this.changePriceMsg.outerVisible2 = true;
}
},
OrderList: { OrderList: {
handler(val, oldVal) { handler(val, oldVal) {
if(this.pagesTitle=='申请'&&this.$route.query.OrderId if(this.pagesTitle=='申请'&&this.$route.query.OrderId
......
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
</div> </div>
<OrderList :pagesTitle="Title" :OrderList="OrderList" v-loading="loading" @success="msg.pageIndex=1,msg2.pageIndex=1,GetList()"> </OrderList> <OrderList :pagesTitle="Title" :OrderList="OrderList" :msgObj="msg" v-loading="loading" @success="msg.pageIndex=1,msg2.pageIndex=1,GetList()"> </OrderList>
<!-- <div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">暂无数据</div> --> <!-- <div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">暂无数据</div> -->
<el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'" background <el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'" background
@current-change="handleCurrentChange" :current-page.sync="currentPage" @current-change="handleCurrentChange" :current-page.sync="currentPage"
......
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