|
@ -591,6 +591,7 @@ export default { |
|
|
}); |
|
|
}); |
|
|
} catch (error) { |
|
|
} catch (error) { |
|
|
this.loading = false; |
|
|
this.loading = false; |
|
|
|
|
|
this.disabled = false; |
|
|
console.log("提交失败:", error); |
|
|
console.log("提交失败:", error); |
|
|
this.$message.error("提交失败,请稍后重试!"); |
|
|
this.$message.error("提交失败,请稍后重试!"); |
|
|
} |
|
|
} |
|
@ -607,6 +608,8 @@ export default { |
|
|
}; |
|
|
}; |
|
|
await screenSave(params).then((response) => {}); |
|
|
await screenSave(params).then((response) => {}); |
|
|
} catch (error) { |
|
|
} catch (error) { |
|
|
|
|
|
this.loading = false; |
|
|
|
|
|
this.disabled = false; |
|
|
console.log("保存失败:", error); |
|
|
console.log("保存失败:", error); |
|
|
this.$message.error("保存失败,请稍后重试!"); |
|
|
this.$message.error("保存失败,请稍后重试!"); |
|
|
} |
|
|
} |
|
|