Commit 4681fedf authored by chenfenglei's avatar chenfenglei

商品列表跳转期数列表

parent 9ce0c4c4
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
</span> </span>
</el-dialog> </el-dialog>
<choose-good-dialog :dialogObj="chooseGoodDialogObj" @changeShow="changeShow"/> <choose-good-dialog :dialogObj="chooseGoodDialogObj" @changeShow="changeShow"/>
<manage-dialog :manageObj="manageObj" @reflash="sourceOptions" /> <manage-dialog :manageObj="manageObj" @reflash="changeList" />
</div> </div>
</template> </template>
...@@ -538,6 +538,10 @@ ...@@ -538,6 +538,10 @@
this.codeType=res.list this.codeType=res.list
}) })
}, },
changeList(){
this.sourceOptions();
this.getList();
}
}, },
mounted(){ mounted(){
this.sourceOptions(); this.sourceOptions();
......
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