bug修改

This commit is contained in:
mabo
2021-05-17 10:34:54 +08:00
parent cd86e1de22
commit 9df8a753d4
4 changed files with 10 additions and 9 deletions

View File

@@ -111,6 +111,7 @@
<script>
import { getFullDiscountList, delFullDiscount } from "@/api/promotion.js";
export default {
name: 'full-cut',
data() {
return {
loading: false, //
@@ -256,7 +257,7 @@ export default {
});
},
},
activated() {
activated () {
this.init();
}
};