|
|
@@ -214,7 +214,7 @@ export default {
|
|
|
showCancelButton: true,
|
|
|
beforeClose: (action, instance, done) => {
|
|
|
if (action === 'confirm') {
|
|
|
- instance.confirmButtonLoading = true;
|
|
|
+ // instance.confirmButtonLoading = true;
|
|
|
this.$http
|
|
|
.post('/resourceSupplyAndDemand/audit', { id: row.id, pass: true })
|
|
|
.then(res => {
|
|
|
@@ -240,7 +240,7 @@ export default {
|
|
|
showCancelButton: true,
|
|
|
beforeClose: (action, instance, done) => {
|
|
|
if (action === 'confirm') {
|
|
|
- instance.confirmButtonLoading = true;
|
|
|
+ // instance.confirmButtonLoading = true;
|
|
|
this.$http
|
|
|
.post('/resourceSupplyAndDemand/audit', { id: row.id, pass: false })
|
|
|
.then(res => {
|