|
@@ -63,6 +63,7 @@ export default class MonitorProjectApi extends MonitorApiBase {
|
|
result.success = res?.error_code === 0 && res?.data === 'success'
|
|
result.success = res?.error_code === 0 && res?.data === 'success'
|
|
result.data = res?.data
|
|
result.data = res?.data
|
|
if (result.success) {
|
|
if (result.success) {
|
|
|
|
+ this.fid = ''
|
|
this.model.expands.surplus += 1
|
|
this.model.expands.surplus += 1
|
|
this.model.expands.used = Math.max(this.model.expands.used - 1, 0)
|
|
this.model.expands.used = Math.max(this.model.expands.used - 1, 0)
|
|
} else {
|
|
} else {
|