Commit c58ea520 authored by zhengke's avatar zhengke

修改

parent 97db1cea
...@@ -193,7 +193,6 @@ ...@@ -193,7 +193,6 @@
}, },
getrigger2(){ getrigger2(){
this.apipost("/api/Reserve/GetAllDiscountCouponList",{}, res => { this.apipost("/api/Reserve/GetAllDiscountCouponList",{}, res => {
console.log(res,'数据1');
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.options2 = res.data.data; this.options2 = res.data.data;
if(res.data.data.length>0){ if(res.data.data.length>0){
...@@ -281,9 +280,6 @@ ...@@ -281,9 +280,6 @@
delUserList(index){ delUserList(index){
this.UserList.splice(index,1) this.UserList.splice(index,1)
}, },
cancel(){
this.$router.go(-1)
}
} }
} }
</script> </script>
......
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