Commit 4681fedf authored by chenfenglei's avatar chenfenglei

商品列表跳转期数列表

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