This commit is contained in:
zhangdingyu
2019-04-01 13:51:53 +08:00
parent f6043520fe
commit 4caac39b10
2 changed files with 40 additions and 4 deletions

View File

@@ -90,7 +90,7 @@
</template>
<script>
import { getMachines, getGroups, getTable } from '@/api/Inventory/StockInquiry'
import { getMachines, getGroups, getTable } from '@/api/Inventory/OutPartSelect'
export default {
data() {
@@ -165,9 +165,6 @@ export default {
if (response.data.total === 0) {
this.listLoading1 = false
} else {
// for (let i = 0; i < response.data.rows.length; i++) {
// response.data.rows[i].入库时间 = response.data.rows[i].入库时间.split(' ')[0]
// }
this.tableData1 = response.data.rows
this.total = response.data.total
this.listLoading1 = false