|
@@ -92,7 +92,7 @@ export default {
|
|
|
],
|
|
|
goods_name: "",
|
|
|
total: 0,
|
|
|
- pageSize: 20,
|
|
|
+ pageSize: 15,
|
|
|
pageNum: 1,
|
|
|
list: [],
|
|
|
loading: false,
|
|
@@ -213,7 +213,7 @@ export default {
|
|
|
.catch(() => {
|
|
|
this.$message({
|
|
|
type: "info",
|
|
|
- message:this.$t("Key673"), //Key673 已取消删除
|
|
|
+ message: this.$t("Key673"), //Key673 已取消删除
|
|
|
});
|
|
|
});
|
|
|
},
|