feat(钢卷异常): 添加异常判级功能并优化界面
- 新增异常判级API接口和前端功能 - 优化表单提交按钮加载状态位置 - 简化产品类型列显示并增加宽度 - 重构异常详情界面布局和操作按钮 - 添加判级对话框及相关逻辑处理
This commit is contained in:
@@ -431,9 +431,9 @@ export default {
|
||||
},
|
||||
/** 提交按钮 */
|
||||
submitForm() {
|
||||
this.buttonLoading = true;
|
||||
this.$refs['form'].validate(valid => {
|
||||
if (valid) {
|
||||
this.buttonLoading = true;
|
||||
if (this.form.actionId != null) {
|
||||
updatePendingAction(this.form).then(response => {
|
||||
this.$message.success('修改成功');
|
||||
|
||||
Reference in New Issue
Block a user