|
@@ -261,7 +261,6 @@ export default {
|
|
.then(function (response) {
|
|
.then(function (response) {
|
|
var jsonData = response.data.data;
|
|
var jsonData = response.data.data;
|
|
self.purBillVouchData = jsonData.data;
|
|
self.purBillVouchData = jsonData.data;
|
|
- console.log(self.purBillVouchData);
|
|
|
|
})
|
|
})
|
|
.catch((error) => {
|
|
.catch((error) => {
|
|
// self.$message.error(error + "");
|
|
// self.$message.error(error + "");
|