bugfix 0706 doc
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
**/
|
||||
-->
|
||||
<template>
|
||||
<!-- v-loading="overlayVisible" -->
|
||||
<section class="list-section-with-head">
|
||||
<BaseSearchForm
|
||||
:id="$attrs.id"
|
||||
@@ -226,11 +227,12 @@ export default {
|
||||
}
|
||||
})
|
||||
.catch((errMsg) => {
|
||||
// this.$message({
|
||||
// message: errMsg,
|
||||
// type: "error",
|
||||
// duration: 2000,
|
||||
// });
|
||||
console.log('ere...')
|
||||
this.$message({
|
||||
message: errMsg,
|
||||
type: "error",
|
||||
duration: 2000,
|
||||
});
|
||||
});
|
||||
break;
|
||||
}
|
||||
@@ -332,7 +334,8 @@ export default {
|
||||
if (res.code === 0) {
|
||||
this.$message.success("删除成功!");
|
||||
// 获取数据
|
||||
if (currenPageListLength == 1) this.listQuery.page = this.listQuery.page > 1 ? this.listQuery.page - 1 : 1;
|
||||
if (currenPageListLength == 1)
|
||||
this.listQuery.page = this.listQuery.page > 1 ? this.listQuery.page - 1 : 1;
|
||||
this.getAList(Object.assign({}, this.listQuery, this.extraSearchConditions, this.params));
|
||||
}
|
||||
});
|
||||
|
||||
@@ -101,7 +101,7 @@ export default {
|
||||
{ width: 80, prop: "orderCate", label: "订单子号" },
|
||||
{ prop: "bomCode", label: "配方" },
|
||||
{ prop: "shapeCode", label: "砖型" },
|
||||
{ width: 80, prop: "qty", label: "订单数量" },
|
||||
{ width: 80, prop: "qty", label: "数量" },
|
||||
{ width: 72, prop: "goodqty", label: "合格数" },
|
||||
{ width: 72, prop: "badqty", label: "废砖数" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user