jufubao-admin-library 1.1.77 → 1.1.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -433,7 +433,6 @@ export default {
|
|
|
433
433
|
this.detailTips = res.data['formula'];
|
|
434
434
|
this.detailCard = res.data['card_number']
|
|
435
435
|
this.dialogTableVisible = true;
|
|
436
|
-
this.rePriceKey = Date.now();
|
|
437
436
|
loading.close()
|
|
438
437
|
})
|
|
439
438
|
.catch(err=>{
|
|
@@ -567,6 +566,7 @@ export default {
|
|
|
567
566
|
});
|
|
568
567
|
this.total = res.data.total_size;
|
|
569
568
|
this.totalData = res1.data;
|
|
569
|
+
this.rePriceKey = Date.now();
|
|
570
570
|
})
|
|
571
571
|
.catch((err) => {
|
|
572
572
|
loading.close();
|