|
@@ -226,6 +226,7 @@ export default {
|
|
|
// }
|
|
|
// })
|
|
|
// }
|
|
|
+ const loading = this.$toast.loading()
|
|
|
this.projectCellInfo.sid = this.id
|
|
|
try {
|
|
|
const {
|
|
@@ -243,10 +244,12 @@ export default {
|
|
|
this.$toast(msg || '参标失败,请重试。')
|
|
|
}
|
|
|
} catch (e) {
|
|
|
+ // loading.clear()
|
|
|
console.error(e)
|
|
|
}
|
|
|
},
|
|
|
async cancelBidding() {
|
|
|
+ const loading = this.$toast.loading()
|
|
|
this.projectCellInfo.sid = this.id
|
|
|
try {
|
|
|
const {
|
|
@@ -263,6 +266,7 @@ export default {
|
|
|
this.$toast(msg || '终止参标失败,请重试。')
|
|
|
}
|
|
|
} catch (e) {
|
|
|
+ // loading.clear()
|
|
|
console.error(e)
|
|
|
}
|
|
|
},
|