15061 动火前验票确认前 接受交底人必须签字 现在没有限制 接受交底人现在不签字也能走完流程了
parent
06f76ab905
commit
f58d3c0400
|
@ -554,13 +554,22 @@
|
|||
name: 'FFILE',
|
||||
formData: formData,
|
||||
success: (res) => {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '保存成功',
|
||||
duration: 2000
|
||||
});
|
||||
_this.goback()
|
||||
this.buttonloading = false
|
||||
let info = JSON.parse(res.data)
|
||||
if (info.code == '9999') {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: info.errorMessage,
|
||||
duration: 2000
|
||||
});
|
||||
} else {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '保存成功',
|
||||
duration: 2000
|
||||
});
|
||||
_this.goback()
|
||||
this.buttonloading = false
|
||||
}
|
||||
},
|
||||
fail: (err) => {
|
||||
uni.hideLoading();
|
||||
|
|
Loading…
Reference in New Issue