|
@@ -343,9 +343,9 @@ export default {
|
|
|
const res = await asyncRequest.list(this.parmValue);
|
|
|
if (res && res.code === 0 && res.data) {
|
|
|
this.tableData = res.data.list;
|
|
|
- this.tableData.forEach((v1) => {
|
|
|
- v1.stock_balance += "kg";
|
|
|
- });
|
|
|
+ // this.tableData.forEach((v1) => {
|
|
|
+ // v1.stock_balance += "kg";
|
|
|
+ // });
|
|
|
this.pageInfo.total = Number(res.data.count);
|
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
await this.logout();
|